Class: Google::Analytics::Data::V1alpha::ResponseMetaData

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

Overview

Response's metadata carrying additional information about the report content.

Instance Attribute Summary collapse

Instance Attribute Details

#data_loss_from_other_row::Boolean

Returns If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

Returns:

  • (::Boolean)

    If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.



590
591
592
593
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 590

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