class Google::Apis::DfareportingV2_1::ReachReportCompatibleFields
Represents fields that are compatible to be selected for a report of type “ REACH”.
Attributes
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>]
Dimensions which are compatible to be selected in the “dimensions” section of the report. Corresponds to the JSON property `dimensions` @return [Array<Google::Apis::DfareportingV2_1::Dimension>]
The kind of resource this is, in this case dfareporting# reachReportCompatibleFields. 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::DfareportingV2_1::Metric>]
Metrics which are compatible to be selected as activity metrics to pivot on in the “activities” section of the report. Corresponds to the JSON property `pivotedActivityMetrics` @return [Array<Google::Apis::DfareportingV2_1::Metric>]
Metrics which are compatible to be selected in the “ reachByFrequencyMetricNames” section of the report. Corresponds to the JSON property `reachByFrequencyMetrics` @return [Array<Google::Apis::DfareportingV2_1::Metric>]
Public Class Methods
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 8514 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 8519 def update!(**args) @dimension_filters = args[:dimension_filters] unless args[:dimension_filters].nil? @dimensions = args[:dimensions] unless args[:dimensions].nil? @kind = args[:kind] unless args[:kind].nil? @metrics = args[:metrics] unless args[:metrics].nil? @pivoted_activity_metrics = args[:pivoted_activity_metrics] unless args[:pivoted_activity_metrics].nil? @reach_by_frequency_metrics = args[:reach_by_frequency_metrics] unless args[:reach_by_frequency_metrics].nil? end