DriveItemResponse

data class DriveItemResponse(val id: String?, val name: String?, val createdTime: String?, val modifiedTime: String?, val parentReference: DriveItemResponse.ParentReference?, val folder: DriveItemResponse.Folder?, val size: Int?, val file: DriveItemResponse.File?)

Constructors

Link copied to clipboard
constructor(id: String?, name: String?, createdTime: String?, modifiedTime: String?, parentReference: DriveItemResponse.ParentReference?, folder: DriveItemResponse.Folder?, size: Int?, file: DriveItemResponse.File?)

Types

Link copied to clipboard
data class File(val mimeType: String?, val extension: String?)
Link copied to clipboard
data class Folder(val childCount: Int?)
Link copied to clipboard
data class ParentReference(val id: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
val size: Int?