GooglePrivacyDlpV2ValueArgs

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)

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null

boolean

Link copied to clipboard
val dateValue: Output<GoogleTypeDateArgs>? = null

date

Link copied to clipboard
Link copied to clipboard
val floatValue: Output<Double>? = null

float

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

integer

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

string

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

timestamp

Link copied to clipboard
val timeValue: Output<GoogleTypeTimeOfDayArgs>? = null

time of day

Functions

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