Class: TencentCloud::As::V20180419::ResumeInstanceRefreshResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::ResumeInstanceRefreshResponse
- Defined in:
- lib/v20180419/models.rb
Overview
ResumeInstanceRefresh返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ResumeInstanceRefreshResponse
constructor
A new instance of ResumeInstanceRefreshResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ResumeInstanceRefreshResponse
Returns a new instance of ResumeInstanceRefreshResponse.
5033 5034 5035 |
# File 'lib/v20180419/models.rb', line 5033 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5031 5032 5033 |
# File 'lib/v20180419/models.rb', line 5031 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5037 5038 5039 |
# File 'lib/v20180419/models.rb', line 5037 def deserialize(params) @RequestId = params['RequestId'] end |