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
      1959 1960 1961  | 
    
      # File 'generated/google/apis/partners_v2/classes.rb', line 1959 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
      1957 1958 1959  | 
    
      # File 'generated/google/apis/partners_v2/classes.rb', line 1957 def debug_info @debug_info end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1964 1965 1966  | 
    
      # File 'generated/google/apis/partners_v2/classes.rb', line 1964 def update!(**args) @debug_info = args[:debug_info] if args.key?(:debug_info) end  |