Google Privacy Dlp V2Value Response
data class GooglePrivacyDlpV2ValueResponse(val booleanValue: Boolean, val dateValue: GoogleTypeDateResponse, val dayOfWeekValue: String, val floatValue: Double, val integerValue: String, val stringValue: String, val timeValue: GoogleTypeTimeOfDayResponse, val timestampValue: String)
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
fun GooglePrivacyDlpV2ValueResponse(booleanValue: Boolean, dateValue: GoogleTypeDateResponse, dayOfWeekValue: String, floatValue: Double, integerValue: String, stringValue: String, timeValue: GoogleTypeTimeOfDayResponse, timestampValue: String)