google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.Columns View Source

Lists columns (dimensions and metrics) for a particular report type.

Attributes

  • attributeNames (type: list(String.t), default: nil) - List of attributes names returned by columns.
  • etag (type: String.t, default: nil) - Etag of collection. This etag can be compared with the last response etag to check if response has changed.
  • items (type: list(GoogleApi.Analytics.V3.Model.Column.t), default: nil) - List of columns for a report type.
  • kind (type: String.t, default: analytics#columns) - Collection type.
  • totalResults (type: integer(), default: nil) - Total number of columns returned in the response.

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.Analytics.V3.Model.Columns{
  attributeNames: [String.t()],
  etag: String.t(),
  items: [GoogleApi.Analytics.V3.Model.Column.t()],
  kind: String.t(),
  totalResults: integer()
}

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.