SCMetadataEntityResponse

data class SCMetadataEntityResponse(val createdTimestamp: String? = null, val deletedTimestamp: String? = null, val resourceName: String? = null, val self: String? = null, val updatedTimestamp: String? = null)

Metadata of the data record

Constructors

Link copied to clipboard
constructor(createdTimestamp: String? = null, deletedTimestamp: String? = null, resourceName: String? = null, self: String? = null, updatedTimestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Created Date Time

Link copied to clipboard

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

Updated Date time