Class: Google::Apis::AnalyticsV3::GaData::DataTable::Row

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/analytics_v3/classes.rb,
generated/google/apis/analytics_v3/representations.rb,
generated/google/apis/analytics_v3/representations.rb

Defined Under Namespace

Classes: C

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row



2810
2811
2812
# File 'generated/google/apis/analytics_v3/classes.rb', line 2810

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

Instance Attribute Details

#cArray<Google::Apis::AnalyticsV3::GaData::DataTable::Row::C>

Corresponds to the JSON property c



2808
2809
2810
# File 'generated/google/apis/analytics_v3/classes.rb', line 2808

def c
  @c
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2815
2816
2817
# File 'generated/google/apis/analytics_v3/classes.rb', line 2815

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