Class: Google::Apis::AnalyticsdataV1alpha::ResponseMetaData
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsdataV1alpha::ResponseMetaData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsdata_v1alpha/classes.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb
Overview
Response's metadata carrying additional information about the report content.
Instance Attribute Summary collapse
-
#data_loss_from_other_row ⇒ Boolean
(also: #data_loss_from_other_row?)
If true, indicates some buckets of dimension combinations are rolled into "( other)" row.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponseMetaData
constructor
A new instance of ResponseMetaData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponseMetaData
Returns a new instance of ResponseMetaData.
1249 1250 1251 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 1249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_loss_from_other_row ⇒ Boolean 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
1246 1247 1248 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 1246 def data_loss_from_other_row @data_loss_from_other_row end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1254 1255 1256 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 1254 def update!(**args) @data_loss_from_other_row = args[:data_loss_from_other_row] if args.key?(:data_loss_from_other_row) end |