GetMetadataArgs

public class GetMetadataArgs : CustomStringConvertible, JSONRepresentable

The GetMetadataArgs struct

  • The ID for the shared folder.

    Declaration

    Swift

    public let sharedFolderId: String
  • A list of FolderActions corresponding to FolderPermissions that should appear in the response’s permissions in SharedFolderMetadata field describing the actions the authenticated user can perform on the folder.

    Declaration

    Swift

    public let actions: [Sharing.FolderAction]?
  • Declaration

    Swift

    public var description: String { get }