Class: Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointResponse
- 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 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.
Constructor Details
#initialize(**args) ⇒ UpdateActiveBreakpointResponse
Returns a new instance of UpdateActiveBreakpointResponse.
955 956 957 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 955 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
960 961 |
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 960 def update!(**args) end |