Class: Google::Apis::AppengineV1::RepairApplicationRequest
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::RepairApplicationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1/classes.rb,
generated/google/apis/appengine_v1/representations.rb,
generated/google/apis/appengine_v1/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
2214 2215 2216 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 2214 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2219 2220 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 2219 def update!(**args) end |