GoogleApi.Analytics.V3.Model.Columns (google_api_analytics v0.12.0) 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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.