Class: Google::Apis::YoutubeAnalyticsV2::EmptyResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeAnalyticsV2::EmptyResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_analytics_v2/classes.rb,
 generated/google/apis/youtube_analytics_v2/representations.rb,
 generated/google/apis/youtube_analytics_v2/representations.rb
Overview
Empty response.
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Google::Apis::YoutubeAnalyticsV2::Errors 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Request Error information. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ EmptyResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of EmptyResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ EmptyResponse
Returns a new instance of EmptyResponse
| 36 37 38 | # File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 36 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#errors ⇒ Google::Apis::YoutubeAnalyticsV2::Errors
Request Error information.
The presence of an error field signals that the operation
has failed.
Corresponds to the JSON property errors
| 34 35 36 | # File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 34 def errors @errors end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 41 42 43 | # File 'generated/google/apis/youtube_analytics_v2/classes.rb', line 41 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |