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
| 2828 2829 2830 | # File 'generated/google/apis/analytics_v3/classes.rb', line 2828 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#v ⇒ String
Corresponds to the JSON property v
| 2826 2827 2828 | # File 'generated/google/apis/analytics_v3/classes.rb', line 2826 def v @v end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2833 2834 2835 | # File 'generated/google/apis/analytics_v3/classes.rb', line 2833 def update!(**args) @v = args[:v] if args.key?(:v) end |