Class: Google::Apis::AppengineV1beta::RepairApplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta::RepairApplicationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1beta/classes.rb,
generated/google/apis/appengine_v1beta/representations.rb,
generated/google/apis/appengine_v1beta/representations.rb
Overview
Request message for 'Applications.RepairApplication'.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RepairApplicationRequest
constructor
A new instance of RepairApplicationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RepairApplicationRequest
Returns a new instance of RepairApplicationRequest
2345 2346 2347 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 2345 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2350 2351 |
# File 'generated/google/apis/appengine_v1beta/classes.rb', line 2350 def update!(**args) end |