Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Primitive Transformation Replace Config New Value Args
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs>
Constructors
Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>? = null, dayOfWeekValue: Output<String>? = null, floatValue: Output<Double>? = null, integerValue: Output<String>? = null, stringValue: Output<String>? = null, timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>? = null, timestampValue: Output<String>? = null)
Properties
Link copied to clipboard
A boolean value.
Link copied to clipboard
val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>? = null
Represents a whole or partial calendar date. Structure is documented below.
Link copied to clipboard
Represents a day of the week. Possible values are: MONDAY
, TUESDAY
, WEDNESDAY
, THURSDAY
, FRIDAY
, SATURDAY
, SUNDAY
.
Link copied to clipboard
A float value.
Link copied to clipboard
An integer value (int64 format)
Link copied to clipboard
A string value.
Link copied to clipboard
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Link copied to clipboard
val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>? = null
Represents a time of day. Structure is documented below.