GetFileMetadataArg
public class GetFileMetadataArg : CustomStringConvertible, JSONRepresentable
Arguments of getFileMetadata.
-
The file to query.
Declaration
Swift
public let file: 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 }