Class: TencentCloud::As::V20180419::CancelInstanceRefreshResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::CancelInstanceRefreshResponse
- Defined in:
- lib/v20180419/models.rb
Overview
CancelInstanceRefresh返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CancelInstanceRefreshResponse
constructor
A new instance of CancelInstanceRefreshResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CancelInstanceRefreshResponse
Returns a new instance of CancelInstanceRefreshResponse.
628 629 630 |
# File 'lib/v20180419/models.rb', line 628 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
626 627 628 |
# File 'lib/v20180419/models.rb', line 626 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
632 633 634 |
# File 'lib/v20180419/models.rb', line 632 def deserialize(params) @RequestId = params['RequestId'] end |