GooglePrivacyDlpV2ValueResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

boolean

Link copied to clipboard
Link copied to clipboard

day of week

Link copied to clipboard

float

Link copied to clipboard

integer

Link copied to clipboard

string

Link copied to clipboard

timestamp

Link copied to clipboard