GoogleApi.DFAReporting.V34.Model.Metric (google_api_dfa_reporting v0.31.0)

View Source

Represents a metric.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.