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
2734 2735 2736 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2734 def initialize(**args) update!(**args) end |
Instance Attribute Details
#v ⇒ String
Corresponds to the JSON property v
2732 2733 2734 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2732 def v @v end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2739 2740 2741 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2739 def update!(**args) @v = args[:v] if args.key?(:v) end |