Google Privacy Dlp V2Value Args
data class GooglePrivacyDlpV2ValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<GoogleTypeDateArgs>? = null, val dayOfWeekValue: Output<GooglePrivacyDlpV2ValueDayOfWeekValue>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<GoogleTypeTimeOfDayArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ValueArgs>
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.
Constructors
Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, dateValue: Output<GoogleTypeDateArgs>? = null, dayOfWeekValue: Output<GooglePrivacyDlpV2ValueDayOfWeekValue>? = null, floatValue: Output<Double>? = null, integerValue: Output<String>? = null, stringValue: Output<String>? = null, timeValue: Output<GoogleTypeTimeOfDayArgs>? = null, timestampValue: Output<String>? = null)