Class: Google::Devtools::Clouddebugger::V2::SetBreakpointResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::SetBreakpointResponse
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
 
Overview
Response for setting a breakpoint.
Instance Attribute Summary collapse
- 
  
    
      #breakpoint  ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Breakpoint resource.
 
Instance Attribute Details
#breakpoint ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint
Returns Breakpoint resource. The field +id+ is guaranteed to be set (in addition to the echoed fileds).
      38  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 38 class SetBreakpointResponse; end  |