Class: Google::Apis::AnalyticsdataV1alpha::ResponseMetaData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticsdata_v1alpha/classes.rb,
lib/google/apis/analyticsdata_v1alpha/representations.rb,
lib/google/apis/analyticsdata_v1alpha/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.



1250
1251
1252
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 1250

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)


1247
1248
1249
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 1247

def data_loss_from_other_row
  @data_loss_from_other_row
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1255
1256
1257
# File 'lib/google/apis/analyticsdata_v1alpha/classes.rb', line 1255

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