SCMetadataEntityArgs

data class SCMetadataEntityArgs(val createdTimestamp: Output<String>? = null, val deletedTimestamp: Output<String>? = null, val resourceName: Output<String>? = null, val self: Output<String>? = null, val updatedTimestamp: Output<String>? = null) : ConvertibleToJava<SCMetadataEntityArgs>

Metadata of the data record

Constructors

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

Properties

Link copied to clipboard
val createdTimestamp: Output<String>? = null

Created Date Time

Link copied to clipboard
val deletedTimestamp: Output<String>? = null

Deleted Date time

Link copied to clipboard
val resourceName: Output<String>? = null

Resource name of the record

Link copied to clipboard
val self: Output<String>? = null

Self lookup url

Link copied to clipboard
val updatedTimestamp: Output<String>? = null

Updated Date time

Functions

Link copied to clipboard
open override fun toJava(): SCMetadataEntityArgs