class Google::Apis::ClouddebuggerV2::GetBreakpointResponse

Response for getting breakpoint information.

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 535
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 540
def update!(**args)
  @breakpoint = args[:breakpoint] if args.key?(:breakpoint)
end