google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value View Source
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.
Attributes
booleanValue
(type:boolean()
, default:nil
) - booleandateValue
(type:GoogleApi.DLP.V2.Model.GoogleTypeDate.t
, default:nil
) - datedayOfWeekValue
(type:String.t
, default:nil
) - day of weekfloatValue
(type:float()
, default:nil
) - floatintegerValue
(type:String.t
, default:nil
) - integerstringValue
(type:String.t
, default:nil
) - stringtimeValue
(type:GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t
, default:nil
) - time of daytimestampValue
(type:DateTime.t
, default:nil
) - timestamp
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value{ booleanValue: boolean(), dateValue: GoogleApi.DLP.V2.Model.GoogleTypeDate.t(), dayOfWeekValue: String.t(), floatValue: float(), integerValue: String.t(), stringValue: String.t(), timeValue: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t(), timestampValue: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.