Class: Google::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CrossDimensionReachReportCompatibleFields

Returns a new instance of CrossDimensionReachReportCompatibleFields.



4627
4628
4629
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4627

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#breakdownArray<Google::Apis::DfareportingV3_4::Dimension>

Dimensions which are compatible to be selected in the "breakdown" section of the report. Corresponds to the JSON property breakdown



4601
4602
4603
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4601

def breakdown
  @breakdown
end

#dimension_filtersArray<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



4607
4608
4609
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4607

def dimension_filters
  @dimension_filters
end

#kindString

The kind of resource this is, in this case dfareporting# crossDimensionReachReportCompatibleFields. Corresponds to the JSON property kind

Returns:

  • (String)


4613
4614
4615
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4613

def kind
  @kind
end

#metricsArray<Google::Apis::DfareportingV3_4::Metric>

Metrics which are compatible to be selected in the "metricNames" section of the report. Corresponds to the JSON property metrics



4619
4620
4621
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4619

def metrics
  @metrics
end

#overlap_metricsArray<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



4625
4626
4627
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 4625

def overlap_metrics
  @overlap_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4632
4633
4634
4635
4636
4637
4638
# File 'generated/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