class Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointRequest

Request to update an active 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 940
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 945
def update!(**args)
  @breakpoint = args[:breakpoint] if args.key?(:breakpoint)
end