GetFileMetadataBatchArg
public class GetFileMetadataBatchArg : CustomStringConvertible, JSONRepresentable
Arguments of getFileMetadataBatch.
-
The files to query.
Declaration
Swift
public let files: [String]
-
A list of
FileAction
s corresponding toFilePermission
s 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 }