View Source GoogleApi.Analytics.V3.Model.Column (google_api_analytics v0.15.0)

JSON template for a metadata column.

Attributes

  • attributes (type: map(), default: nil) - Map of attribute name and value for this column.
  • id (type: String.t, default: nil) - Column id.
  • kind (type: String.t, default: analytics#column) - Resource type for Analytics column.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.Column{
  attributes: map() | nil,
  id: String.t() | nil,
  kind: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.