System Data Args
data class SystemDataArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, IdentityType>>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, IdentityType>>? = null) : ConvertibleToJava<SystemDataArgs>
Metadata pertaining to creation and last modification of the resource.
Constructors
Link copied to clipboard
fun SystemDataArgs(createdAt: Output<String>? = null, createdBy: Output<String>? = null, createdByType: Output<Either<String, IdentityType>>? = null, lastModifiedAt: Output<String>? = null, lastModifiedBy: Output<String>? = null, lastModifiedByType: Output<Either<String, IdentityType>>? = null)