ListUsersOnFolderResponse
public class ListUsersOnFolderResponse : CustomStringConvertible, JSONRepresentable
The ListUsersOnFolderResponse struct
-
List of email addresses that are invited on the Paper folder.
Declaration
Swift
public let invitees: [Sharing.InviteeInfo]
-
List of users that are invited on the Paper folder.
Declaration
Swift
public let users: [Sharing.UserInfo]
-
Will be set to True if a subsequent call with the provided cursor to docsFolderUsersListContinue returns immediately with some results. If set to False please allow some delay before making another call to docsFolderUsersListContinue.
Declaration
Swift
public let hasMore: Bool
-
Declaration
Swift
public var description: String { get }