Class: Google::Apis::DfareportingV2_7::CrossDimensionReachReportCompatibleFields

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CrossDimensionReachReportCompatibleFields

Returns a new instance of CrossDimensionReachReportCompatibleFields



4296
4297
4298
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4296

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

Instance Attribute Details

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

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



4270
4271
4272
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4270

def breakdown
  @breakdown
end

#dimension_filtersArray<Google::Apis::DfareportingV2_7::Dimension>

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



4276
4277
4278
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4276

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)


4282
4283
4284
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4282

def kind
  @kind
end

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

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



4288
4289
4290
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4288

def metrics
  @metrics
end

#overlap_metricsArray<Google::Apis::DfareportingV2_7::Metric>

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



4294
4295
4296
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4294

def overlap_metrics
  @overlap_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4301
4302
4303
4304
4305
4306
4307
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 4301

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