Class: Google::Apis::ClouddebuggerV2::SetBreakpointResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ClouddebuggerV2::SetBreakpointResponse
 
- 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 setting a breakpoint.
Instance Attribute Summary collapse
- 
  
    
      #breakpoint  ⇒ Google::Apis::ClouddebuggerV2::Breakpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the breakpoint specification, status and results. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SetBreakpointResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SetBreakpointResponse. 
- 
  
    
      #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) ⇒ SetBreakpointResponse
Returns a new instance of SetBreakpointResponse
| 755 756 757 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 755 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#breakpoint ⇒ Google::Apis::ClouddebuggerV2::Breakpoint
Represents the breakpoint specification, status and results.
Corresponds to the JSON property breakpoint
| 753 754 755 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 753 def breakpoint @breakpoint end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 760 761 762 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 760 def update!(**args) @breakpoint = args[:breakpoint] if args.key?(:breakpoint) end |