FileMetadataOrDeleted.Deleted
¶
Indicates that the metadata document has been deleted is no longer in use
data class Deleted(
val id: String,
val changeLog: String,
val createdAt: Long,
val createdBy: String,
val status: FileMetadataDocument.Status,
val type: String /* "deleted" */,
)
Properties
id
: String
String
changeLog
: String
Reason for this change
String
createdAt
: Long
Timestamp indicating when this change was made
Long
createdBy
: String
A reference to the user who made this change
String
status
: FileMetadataDocument.Status
FileMetadataDocument.Status