View Source GoogleApi.Analytics.V3.Model.Columns (google_api_analytics v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.Columns{ attributeNames: [String.t()] | nil, etag: String.t() | nil, items: [GoogleApi.Analytics.V3.Model.Column.t()] | nil, kind: String.t() | nil, totalResults: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.