Class: Google::Apis::PartnersV2::ResponseMetadata
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PartnersV2::ResponseMetadata
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/partners_v2/classes.rb,
 generated/google/apis/partners_v2/representations.rb,
 generated/google/apis/partners_v2/representations.rb
Overview
Common data that is in each API response.
Instance Attribute Summary collapse
- 
  
    
      #debug_info  ⇒ Google::Apis::PartnersV2::DebugInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Debug information about this request. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ResponseMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResponseMetadata. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResponseMetadata
Returns a new instance of ResponseMetadata
| 1952 1953 1954 | # File 'generated/google/apis/partners_v2/classes.rb', line 1952 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#debug_info ⇒ Google::Apis::PartnersV2::DebugInfo
Debug information about this request.
Corresponds to the JSON property debugInfo
| 1950 1951 1952 | # File 'generated/google/apis/partners_v2/classes.rb', line 1950 def debug_info @debug_info end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1957 1958 1959 | # File 'generated/google/apis/partners_v2/classes.rb', line 1957 def update!(**args) @debug_info = args[:debug_info] if args.key?(:debug_info) end |