GetFileMetadataBatchArg
public class GetFileMetadataBatchArg : CustomStringConvertible, JSONRepresentable
Arguments of getFileMetadataBatch.
-
The files to query.
Declaration
Swift
public let files: [String] -
A list of
FileActions corresponding toFilePermissions that should appear in the response’s permissions in SharedFileMetadata field describing the actions the authenticated user can perform on the file.Declaration
Swift
public let actions: [Sharing.FileAction]? -
Declaration
Swift
public var description: String { get }
View on GitHub
GetFileMetadataBatchArg Class Reference