RelinquishFolderMembershipArg
public class RelinquishFolderMembershipArg : CustomStringConvertible, JSONRepresentable
The RelinquishFolderMembershipArg struct
-
The ID for the shared folder.
Declaration
Swift
public let sharedFolderId: String -
Keep a copy of the folder’s contents upon relinquishing membership. This must be set to false when the folder is within a team folder or another shared folder.
Declaration
Swift
public let leaveACopy: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
RelinquishFolderMembershipArg Class Reference