Class: TencentCloud::Lighthouse::V20200324::RenewInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::RenewInstancesResponse
- Defined in:
- lib/v20200324/models.rb
Overview
RenewInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RenewInstancesResponse
constructor
A new instance of RenewInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RenewInstancesResponse
Returns a new instance of RenewInstancesResponse.
7616 7617 7618 |
# File 'lib/v20200324/models.rb', line 7616 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7614 7615 7616 |
# File 'lib/v20200324/models.rb', line 7614 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7620 7621 7622 |
# File 'lib/v20200324/models.rb', line 7620 def deserialize(params) @RequestId = params['RequestId'] end |