View Source GoogleApi.DFAReporting.V34.Model.Dimension (google_api_dfa_reporting v0.26.0)

Represents a dimension.

Attributes

  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#dimension.
  • name (type: String.t, default: nil) - The dimension name, e.g. dfa:advertiser

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V34.Model.Dimension{
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.