Class: Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
 
- Defined in:
- generated/google/apis/clouddebugger_v2/classes.rb,
 generated/google/apis/clouddebugger_v2/representations.rb,
 generated/google/apis/clouddebugger_v2/representations.rb
Overview
Response for updating an active breakpoint. The message is defined to allow future extensions.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateActiveBreakpointResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateActiveBreakpointResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateActiveBreakpointResponse
Returns a new instance of UpdateActiveBreakpointResponse
| 929 930 931 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 929 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 934 935 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 934 def update!(**args) end |