Class: Google::Analytics::Data::V1beta::Pivot

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

Overview

Describes the visible dimension columns and rows in the report response.

Instance Attribute Summary collapse

Instance Attribute Details

#field_names::Array<::String>



493
494
495
496
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493

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

#limit::Integer



493
494
495
496
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493

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

#metric_aggregations::Array<::Google::Analytics::Data::V1beta::MetricAggregation>



493
494
495
496
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493

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

#offset::Integer



493
494
495
496
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493

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

#order_bys::Array<::Google::Analytics::Data::V1beta::OrderBy>



493
494
495
496
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493

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