SharedFileMembers
public class SharedFileMembers : CustomStringConvertible, JSONRepresentable
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: [Sharing.UserFileMembershipInfo]
-
The list of group members of the shared file.
Declaration
Swift
public let groups: [Sharing.GroupMembershipInfo]
-
The list of invited members of a file, but have not logged in and claimed this.
Declaration
Swift
public let invitees: [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
public var description: String { get }