GoogleApi.DFAReporting.V34.Model.CrossDimensionReachReportCompatibleFields (google_api_dfa_reporting v0.31.0)
View SourceRepresents fields that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".
Attributes
-
breakdown
(type:list(GoogleApi.DFAReporting.V34.Model.Dimension.t)
, default:nil
) - Dimensions which are compatible to be selected in the "breakdown" section of the report. -
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. -
kind
(type:String.t
, default:nil
) - The kind of resource this is, in this case dfareporting#crossDimensionReachReportCompatibleFields. -
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. -
overlapMetrics
(type:list(GoogleApi.DFAReporting.V34.Model.Metric.t)
, default:nil
) - Metrics which are compatible to be selected in the "overlapMetricNames" section of the report.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.CrossDimensionReachReportCompatibleFields{ breakdown: [GoogleApi.DFAReporting.V34.Model.Dimension.t()] | nil, dimensionFilters: [GoogleApi.DFAReporting.V34.Model.Dimension.t()] | nil, kind: String.t() | nil, metrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()] | nil, overlapMetrics: [GoogleApi.DFAReporting.V34.Model.Metric.t()] | nil }