FileList

data class FileList(val kind: String, val incompleteSearch: Boolean, val files: List<GoogleDriveFile>, val nextPageToken: String?)

Constructors

Link copied to clipboard
constructor(kind: String, incompleteSearch: Boolean, files: List<GoogleDriveFile>, nextPageToken: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard