google_api_analytics_reporting v0.2.0 GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry View Source

Header for the metrics.

Attributes

  • name (String.t): The name of the header. Defaults to: null.
  • type (String.t): The type of the metric, for example `INTEGER`. Defaults to: null.

    • Enum - one of [METRIC_TYPE_UNSPECIFIED, INTEGER, FLOAT, CURRENCY, PERCENT, TIME]

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.AnalyticsReporting.V4.Model.MetricHeaderEntry{
  name: any(),
  type: any()
}

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.