Class: TencentCloud::Ecm::V20190719::StartInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::StartInstancesResponse
- Defined in:
- lib/v20190719/models.rb
Overview
StartInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartInstancesResponse
constructor
A new instance of StartInstancesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartInstancesResponse
Returns a new instance of StartInstancesResponse.
10795 10796 10797 |
# File 'lib/v20190719/models.rb', line 10795 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10793 10794 10795 |
# File 'lib/v20190719/models.rb', line 10793 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10799 10800 10801 |
# File 'lib/v20190719/models.rb', line 10799 def deserialize(params) @RequestId = params['RequestId'] end |