Class: Google::Apis::AnalyticsV3::GaData::DataTable::Row::C
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsV3::GaData::DataTable::Row::C
- 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
Instance Attribute Summary collapse
-
#v ⇒ String
Corresponds to the JSON property
v
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ C
constructor
A new instance of C.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ C
Returns a new instance of C
2638 2639 2640 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2638 def initialize(**args) update!(**args) end |
Instance Attribute Details
#v ⇒ String
Corresponds to the JSON property v
2636 2637 2638 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2636 def v @v end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2643 2644 2645 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2643 def update!(**args) @v = args[:v] if args.key?(:v) end |