Class: Google::Apis::ClouddebuggerV2::GetBreakpointResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/clouddebugger_v2/classes.rb,
lib/google/apis/clouddebugger_v2/representations.rb,
lib/google/apis/clouddebugger_v2/representations.rb

Overview

Response for getting breakpoint information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetBreakpointResponse

Returns a new instance of GetBreakpointResponse.



534
535
536
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 534

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#breakpointGoogle::Apis::ClouddebuggerV2::Breakpoint


Breakpoint (the resource) Represents the breakpoint specification, status

and results. Corresponds to the JSON property breakpoint



532
533
534
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 532

def breakpoint
  @breakpoint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



539
540
541
# File 'lib/google/apis/clouddebugger_v2/classes.rb', line 539

def update!(**args)
  @breakpoint = args[:breakpoint] if args.key?(:breakpoint)
end