View Source GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry (google_api_analytics_reporting v0.18.0)

Header for the metrics.

Attributes

  • name (type: String.t, default: nil) - The name of the header.
  • type (type: String.t, default: nil) - The type of the metric, for example INTEGER.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.