View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency (google_api_dlp v0.46.0)

A value of a field, including its frequency.

Attributes

  • count (type: String.t, default: nil) - How many times the value is contained in the field.
  • value (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default: nil) - A value contained in the field in question.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency{
  count: String.t() | nil,
  value: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.