Class: Google::Analytics::Data::V1beta::PivotDimensionHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/data.rb

Overview

Summarizes dimension values from a row for this pivot.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_values::Array<::Google::Analytics::Data::V1beta::DimensionValue>

Returns Values of multiple dimensions in a pivot.

Returns:



800
801
802
803
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 800

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