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
2716 2717 2718 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2716 def initialize(**args) update!(**args) end |
Instance Attribute Details
#c ⇒ Array<Google::Apis::AnalyticsV3::GaData::DataTable::Row::C>
Corresponds to the JSON property c
2714 2715 2716 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2714 def c @c end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2721 2722 2723 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2721 def update!(**args) @c = args[:c] if args.key?(:c) end |