google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.DimensionValue View Source

Represents a DimensionValue resource.

Attributes

  • dimensionName (type: String.t, default: nil) - The name of the dimension.
  • etag (type: String.t, default: nil) - The eTag of this response for caching purposes.
  • id (type: String.t, default: nil) - The ID associated with the value if available.
  • kind (type: String.t, default: dfareporting#dimensionValue) - The kind of resource this is, in this case dfareporting#dimensionValue.
  • matchType (type: String.t, default: nil) - Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch') allow a matchType other than EXACT.
  • value (type: String.t, default: nil) - The value of the dimension.

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.DFAReporting.V33.Model.DimensionValue{
  dimensionName: String.t(),
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  matchType: String.t(),
  value: String.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.