Class: Google::Apis::ClouddebuggerV2::GetBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouddebuggerV2::GetBreakpointResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/clouddebugger_v2/classes.rb,
generated/google/apis/clouddebugger_v2/representations.rb,
generated/google/apis/clouddebugger_v2/representations.rb
Overview
Response for getting breakpoint information.
Instance Attribute Summary collapse
-
#breakpoint ⇒ Google::Apis::ClouddebuggerV2::Breakpoint
------------------------------------------------------------------------------ ## Breakpoint (the resource) Represents the breakpoint specification, status and results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetBreakpointResponse
constructor
A new instance of GetBreakpointResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetBreakpointResponse
Returns a new instance of GetBreakpointResponse.
535 536 537 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 535 def initialize(**args) update!(**args) end |
Instance Attribute Details
#breakpoint ⇒ Google::Apis::ClouddebuggerV2::Breakpoint
Breakpoint (the resource) Represents the breakpoint specification, status
and results.
Corresponds to the JSON property breakpoint
533 534 535 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 533 def breakpoint @breakpoint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
540 541 542 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 540 def update!(**args) @breakpoint = args[:breakpoint] if args.key?(:breakpoint) end |