Class: TencentCloud::Cdb::V20170320::StartCpuExpandResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::StartCpuExpandResponse
- Defined in:
- lib/v20170320/models.rb
Overview
StartCpuExpand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartCpuExpandResponse
constructor
A new instance of StartCpuExpandResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ StartCpuExpandResponse
Returns a new instance of StartCpuExpandResponse.
13744 13745 13746 13747 |
# File 'lib/v20170320/models.rb', line 13744 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13742 13743 13744 |
# File 'lib/v20170320/models.rb', line 13742 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13742 13743 13744 |
# File 'lib/v20170320/models.rb', line 13742 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13749 13750 13751 13752 |
# File 'lib/v20170320/models.rb', line 13749 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |