GovernanceRuleMetadataResponse

data class GovernanceRuleMetadataResponse(val createdBy: String, val createdOn: String, val updatedBy: String, val updatedOn: String)

The governance rule metadata

Constructors

Link copied to clipboard
constructor(createdBy: String, createdOn: String, updatedBy: String, updatedOn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Governance rule Created by object id (GUID)

Link copied to clipboard

Governance rule creation date

Link copied to clipboard

Governance rule last updated by object id (GUID)

Link copied to clipboard

Governance rule last update date