Class: Google::Apis::AnalyticsdataV1beta::ResponseMetaData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsdata_v1beta/classes.rb,
lib/google/apis/analyticsdata_v1beta/representations.rb,
lib/google/apis/analyticsdata_v1beta/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponseMetaData

Returns a new instance of ResponseMetaData.



1426
1427
1428
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1426

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_loss_from_other_rowBoolean Also known as: data_loss_from_other_row?

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

Returns:

  • (Boolean)


1423
1424
1425
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1423

def data_loss_from_other_row
  @data_loss_from_other_row
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1431
1432
1433
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 1431

def update!(**args)
  @data_loss_from_other_row = args[:data_loss_from_other_row] if args.key?(:data_loss_from_other_row)
end