ProxyResourceResponseSystemData

data class ProxyResourceResponseSystemData(val createdAt: String, val createdBy: String, val createdByType: String, val lastModifiedAt: String, val lastModifiedBy: String, val lastModifiedByType: String)

Metadata pertaining to creation and last modification of the resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of resource creation (UTC).

Link copied to clipboard

The identity that created the resource.

Link copied to clipboard

The type of identity that created the resource.

Link copied to clipboard

The timestamp of the last modification the resource (UTC).

Link copied to clipboard

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.