google_api_dlp v0.13.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) -
  • dateValue (type: GoogleApi.DLP.V2.Model.GoogleTypeDate.t, default: nil) -
  • dayOfWeekValue (type: String.t, default: nil) -
  • floatValue (type: float(), default: nil) -
  • integerValue (type: String.t, default: nil) -
  • stringValue (type: String.t, default: nil) -
  • timeValue (type: GoogleApi.DLP.V2.Model.GoogleTypeTimeOfDay.t, default: nil) -
  • timestampValue (type: DateTime.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.