Class: Google::Analytics::Data::V1beta::PivotHeader

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

Overview

Dimensions' values in a single pivot.

Instance Attribute Summary collapse

Instance Attribute Details

#pivot_dimension_headers::Array<::Google::Analytics::Data::V1beta::PivotDimensionHeader>

Returns The size is the same as the cardinality of the corresponding dimension combinations.

Returns:



853
854
855
856
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 853

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

#row_count::Integer

Returns The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Returns:

  • (::Integer)

    The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.



853
854
855
856
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 853

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