google_api_you_tube_analytics v0.12.2 GoogleApi.YouTubeAnalytics.V2.Model.ResultTableColumnHeader View Source

The description of a column of the result table.

Attributes

  • columnType (type: String.t, default: nil) - The type of the column (DIMENSION or METRIC).
  • dataType (type: String.t, default: nil) - The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
  • name (type: String.t, default: nil) - The name of the dimension or metric.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTubeAnalytics.V2.Model.ResultTableColumnHeader{
  columnType: String.t(),
  dataType: String.t(),
  name: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.