class Google::Apis::AnalyticsdataV1alpha::ResponseMetaData

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

Attributes

data_loss_from_other_row[RW]

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` @return [Boolean]

data_loss_from_other_row?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 1265
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 1270
def update!(**args)
  @data_loss_from_other_row = args[:data_loss_from_other_row] if args.key?(:data_loss_from_other_row)
end