AddFolderMemberArg

public class AddFolderMemberArg : CustomStringConvertible, JSONRepresentable

The AddFolderMemberArg struct

  • The ID for the shared folder.

    Declaration

    Swift

    public let sharedFolderId: String
  • The intended list of members to add. Added members will receive invites to join the shared folder.

    Declaration

    Swift

    public let members: [Sharing.AddMember]
  • 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 }