google_api_you_tube_analytics v0.7.0 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

Link to this type

t()

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

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.