Class: TencentCloud::Cvm::V20170312::RenewInstancesResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::RenewInstancesResponse
- Defined in:
- lib/v20170312/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.
7229 7230 7231 |
# File 'lib/v20170312/models.rb', line 7229 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7227 7228 7229 |
# File 'lib/v20170312/models.rb', line 7227 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7233 7234 7235 |
# File 'lib/v20170312/models.rb', line 7233 def deserialize(params) @RequestId = params['RequestId'] end |