View Source GoogleApi.AnalyticsData.V1beta.Model.V1betaAudienceRow (google_api_analytics_data v0.14.0)

Dimension value attributes for the audience user row.

Attributes

  • dimensionValues (type: list(GoogleApi.AnalyticsData.V1beta.Model.V1betaAudienceDimensionValue.t), default: nil) - Each dimension value attribute for an audience user. One dimension value will be added for each dimension column requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.V1betaAudienceRow{
  dimensionValues:
    [GoogleApi.AnalyticsData.V1beta.Model.V1betaAudienceDimensionValue.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.