Class: Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
- 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 updating an active breakpoint. The message is defined to allow future extensions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateActiveBreakpointResponse
constructor
A new instance of UpdateActiveBreakpointResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateActiveBreakpointResponse
Returns a new instance of UpdateActiveBreakpointResponse
938 939 940 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 938 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
943 944 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 943 def update!(**args) end |