ListFilesArg
public class ListFilesArg : CustomStringConvertible, JSONRepresentable
Arguments for listReceivedFiles.
-
Number of files to return max per query. Defaults to 100 if no limit is specified.
Declaration
Swift
public let limit: UInt32 -
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
ListFilesArg Class Reference