Class: Google::Apis::AnalyticsdataV1beta::V1betaAudienceRow

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

Dimension value attributes for the audience user row.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ V1betaAudienceRow

Returns a new instance of V1betaAudienceRow.



2619
2620
2621
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2619

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

Instance Attribute Details

#dimension_valuesArray<Google::Apis::AnalyticsdataV1beta::V1betaAudienceDimensionValue>

Each dimension value attribute for an audience user. One dimension value will be added for each dimension column requested. Corresponds to the JSON property dimensionValues



2617
2618
2619
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2617

def dimension_values
  @dimension_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2624
2625
2626
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2624

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