class Google::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields
Represents fields that are compatible to be selected for a report of type “ CROSS_DIMENSION_REACH”.
Attributes
Dimensions which are compatible to be selected in the “breakdown” section of the report. Corresponds to the JSON property `breakdown` @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
Dimensions which are compatible to be selected in the “dimensionFilters” section of the report. Corresponds to the JSON property `dimensionFilters` @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
The kind of resource this is, in this case dfareporting# crossDimensionReachReportCompatibleFields. Corresponds to the JSON property `kind` @return [String]
Metrics which are compatible to be selected in the “metricNames” section of the report. Corresponds to the JSON property `metrics` @return [Array<Google::Apis::DfareportingV3_4::Metric>]
Metrics which are compatible to be selected in the “overlapMetricNames” section of the report. Corresponds to the JSON property `overlapMetrics` @return [Array<Google::Apis::DfareportingV3_4::Metric>]
Public Class Methods
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 4627 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 4632 def update!(**args) @breakdown = args[:breakdown] if args.key?(:breakdown) @dimension_filters = args[:dimension_filters] if args.key?(:dimension_filters) @kind = args[:kind] if args.key?(:kind) @metrics = args[:metrics] if args.key?(:metrics) @overlap_metrics = args[:overlap_metrics] if args.key?(:overlap_metrics) end