Class: Google::Ads::AdManager::V1::ReportDefinition::Field

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/report_definition.rb

Overview

A dimension or a metric in a report.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension::Google::Ads::AdManager::V1::ReportDefinition::Dimension

Returns The dimension this field represents.

Note: The following fields are mutually exclusive: dimension, metric. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



114
115
116
117
# File 'proto_docs/google/ads/admanager/v1/report_definition.rb', line 114

class Field
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric::Google::Ads::AdManager::V1::ReportDefinition::Metric

Returns The metric this field represents.

Note: The following fields are mutually exclusive: metric, dimension. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



114
115
116
117
# File 'proto_docs/google/ads/admanager/v1/report_definition.rb', line 114

class Field
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end