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.



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

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



2715
2716
2717
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2715

def dimension_values
  @dimension_values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2722
2723
2724
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2722

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