ListFolderMembersCursorArg
public class ListFolderMembersCursorArg : CustomStringConvertible, JSONRepresentable
The ListFolderMembersCursorArg struct
-
This is a list indicating whether each returned member will include a boolean value allow in MemberPermission that describes whether the current user can perform the MemberAction on the member.
Declaration
Swift
public let actions: [Sharing.MemberAction]?
-
The maximum number of results that include members, groups and invitees to return per request.
Declaration
Swift
public let limit: UInt32
-
Declaration
Swift
public var description: String { get }