View Source GoogleApi.DFAReporting.V4.Model.Metric (google_api_dfa_reporting v0.26.0)

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. impressions

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.