google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.ReportCompatibleFields View Source

Represents fields that are compatible to be selected for a report of type "STANDARD".

Attributes

  • dimensionFilters (type: list(GoogleApi.DFAReporting.V34.Model.Dimension.t), default: nil) - Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.
  • dimensions (type: list(GoogleApi.DFAReporting.V34.Model.Dimension.t), default: nil) - Dimensions which are compatible to be selected in the "dimensions" section of the report.
  • kind (type: String.t, default: dfareporting#reportCompatibleFields) - The kind of resource this is, in this case dfareporting#reportCompatibleFields.
  • metrics (type: list(GoogleApi.DFAReporting.V34.Model.Metric.t), default: nil) - Metrics which are compatible to be selected in the "metricNames" section of the report.
  • pivotedActivityMetrics (type: list(GoogleApi.DFAReporting.V34.Model.Metric.t), default: nil) - Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" section of the report.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.ReportCompatibleFields{
  dimensionFilters: [GoogleApi.DFAReporting.V34.Model.Dimension.t()],
  dimensions: [GoogleApi.DFAReporting.V34.Model.Dimension.t()],
  kind: String.t(),
  metrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()],
  pivotedActivityMetrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.