Class: Google::Apis::AnalyticsV3::GaData::DataTable::Row
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsV3::GaData::DataTable::Row
- 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
-
#c ⇒ Array<Google::Apis::AnalyticsV3::GaData::DataTable::Row::C>
Corresponds to the JSON property
c
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Row
constructor
A new instance of Row.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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
#c ⇒ Array<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 |