SharedFileMembers
open class SharedFileMembers : CustomStringConvertible
Shared file user, group, and invitee membership. Used for the results of listFileMembers and listFileMembersContinue, and used as part of the results for listFileMembersBatch.
-
The list of user members of the shared file.
Declaration
Swift
public let users: Array<Sharing.UserFileMembershipInfo>
-
The list of group members of the shared file.
Declaration
Swift
public let groups: Array<Sharing.GroupMembershipInfo>
-
The list of invited members of a file, but have not logged in and claimed this.
Declaration
Swift
public let invitees: Array<Sharing.InviteeMembershipInfo>
-
Present if there are additional shared file members that have not been returned yet. Pass the cursor into listFileMembersContinue to list additional members.
Declaration
Swift
public let cursor: String?
-
Declaration
Swift
open var description: String { get }