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.
13915 13916 13917 13918 |
# File 'lib/v20170320/models.rb', line 13915 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
13913 13914 13915 |
# File 'lib/v20170320/models.rb', line 13913 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
13913 13914 13915 |
# File 'lib/v20170320/models.rb', line 13913 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13920 13921 13922 13923 |
# File 'lib/v20170320/models.rb', line 13920 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |