GoogleApi.DFAReporting.V33.Model.DimensionFilter (google_api_dfa_reporting v0.31.0)

View Source

Represents a dimension filter.

Attributes

  • dimensionName (type: String.t, default: nil) - The name of the dimension to filter.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#dimensionFilter.
  • value (type: String.t, default: nil) - The value of the dimension to filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.DimensionFilter{
  dimensionName: String.t() | nil,
  kind: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.