class Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointRequest
Request to update an active breakpoint.
Attributes
breakpoint[RW]
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 generated/google/apis/clouddebugger_v2/classes.rb, line 882 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/clouddebugger_v2/classes.rb, line 887 def update!(**args) @breakpoint = args[:breakpoint] if args.key?(:breakpoint) end