AddFolderMemberArg
public class AddFolderMemberArg : CustomStringConvertible, JSONRepresentable
The AddFolderMemberArg struct
-
The ID for the shared folder.
Declaration
Swift
public let sharedFolderId: String
-
Whether added members should be notified via email and device notifications of their invite.
Declaration
Swift
public let quiet: Bool
-
Optional message to display to added members in their invitation.
Declaration
Swift
public let customMessage: String?
-
Declaration
Swift
public var description: String { get }