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 toFolderPermissions 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 }
View on GitHub
GetMetadataArgs Class Reference