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.



2713
2714
2715
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2713

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



2711
2712
2713
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2711

def dimension_values
  @dimension_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2718
2719
2720
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2718

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