MetadataEntityResponse

data class MetadataEntityResponse(val createdAt: String? = null, val deletedAt: String? = null, val resourceName: String? = null, val self: String? = null, val updatedAt: String? = null)

Metadata of the data record

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, deletedAt: String? = null, resourceName: String? = null, self: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

Created Date Time

Link copied to clipboard
val deletedAt: String? = null

Deleted Date time

Link copied to clipboard
val resourceName: String? = null

Resource name of the record

Link copied to clipboard
val self: String? = null

Self lookup url

Link copied to clipboard
val updatedAt: String? = null

Updated Date time