Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Primitive Transformation Replace Config New Value
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue? = null, val timestampValue: String? = null)
Constructors
Link copied to clipboard
constructor(booleanValue: Boolean? = null, dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValue? = null, dayOfWeekValue: String? = null, floatValue: Double? = null, integerValue: String? = null, stringValue: String? = null, timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue? = null, timestampValue: String? = null)
Properties
Link copied to clipboard
A boolean value.
Link copied to clipboard
val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValue? = 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: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue? = null
Represents a time of day. Structure is documented below.