class Google::Apis::DfareportingV2_1::CrossDimensionReachReportCompatibleFields

Represents fields that are compatible to be selected for a report of type “ CROSS_DIMENSION_REACH”.

Attributes

breakdown[RW]

Dimensions which are compatible to be selected in the “breakdown” section of the report. Corresponds to the JSON property `breakdown` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]

dimension_filters[RW]

Dimensions which are compatible to be selected in the “dimensionFilters” section of the report. Corresponds to the JSON property `dimensionFilters` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]

kind[RW]

The kind of resource this is, in this case dfareporting# crossDimensionReachReportCompatibleFields. Corresponds to the JSON property `kind` @return [String]

metrics[RW]

Metrics which are compatible to be selected in the “metricNames” section of the report. Corresponds to the JSON property `metrics` @return [Array<Google::Apis::DfareportingV2_1::Metric>]

overlap_metrics[RW]

Metrics which are compatible to be selected in the “overlapMetricNames” section of the report. Corresponds to the JSON property `overlapMetrics` @return [Array<Google::Apis::DfareportingV2_1::Metric>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 3851
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 3856
def update!(**args)
  @breakdown = args[:breakdown] unless args[:breakdown].nil?
  @dimension_filters = args[:dimension_filters] unless args[:dimension_filters].nil?
  @kind = args[:kind] unless args[:kind].nil?
  @metrics = args[:metrics] unless args[:metrics].nil?
  @overlap_metrics = args[:overlap_metrics] unless args[:overlap_metrics].nil?
end