Class: TencentCloud::Cdb::V20170320::StopCpuExpandResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StopCpuExpandResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StopCpuExpand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StopCpuExpandResponse
constructor
A new instance of StopCpuExpandResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StopCpuExpandResponse
Returns a new instance of StopCpuExpandResponse.
13816 13817 13818 13819 |
# File 'lib/v20170320/models.rb', line 13816 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13814 13815 13816 |
# File 'lib/v20170320/models.rb', line 13814 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13814 13815 13816 |
# File 'lib/v20170320/models.rb', line 13814 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13821 13822 13823 13824 |
# File 'lib/v20170320/models.rb', line 13821 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |