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
2856 2857 2858 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2856 def initialize(**args) update!(**args) end |
Instance Attribute Details
#v ⇒ String
Corresponds to the JSON property v
2854 2855 2856 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2854 def v @v end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2861 2862 2863 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 2861 def update!(**args) @v = args[:v] if args.key?(:v) end |