class Google::Apis::ClouddebuggerV2::SetBreakpointResponse
Response for setting a breakpoint.
Attributes
breakpoint[RW]
## Breakpoint
(the resource) Represents the breakpoint specification, status and results. Corresponds to the JSON property `breakpoint` @return [Google::Apis::ClouddebuggerV2::Breakpoint]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/clouddebugger_v2/classes.rb, line 773 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/clouddebugger_v2/classes.rb, line 778 def update!(**args) @breakpoint = args[:breakpoint] if args.key?(:breakpoint) end