Class: Google::Apis::AppengineV1beta5::DebugInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta5::DebugInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta5/classes.rb,
generated/google/apis/appengine_v1beta5/representations.rb,
generated/google/apis/appengine_v1beta5/representations.rb
Overview
Request message for Instances.DebugInstance
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DebugInstanceRequest
constructor
A new instance of DebugInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DebugInstanceRequest
Returns a new instance of DebugInstanceRequest.
1575 1576 1577 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1575 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1580 1581 |
# File 'generated/google/apis/appengine_v1beta5/classes.rb', line 1580 def update!(**args) end |