SystemDataResponse

data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

Link copied to clipboard
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.