DocumentFileMeta

data class DocumentFileMeta(val name: String, val type: String, val createdAt: Long, val modifiedAt: Long) : Parcelable

Constructors

Link copied to clipboard
constructor(name: String, type: String, createdAt: Long, modifiedAt: Long)

Properties

Link copied to clipboard
@SerializedName(value = "created")
val createdAt: Long
Link copied to clipboard
@SerializedName(value = "modified")
val modifiedAt: Long
Link copied to clipboard
@SerializedName(value = "name")
val name: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String