Class: TencentCloud::Cdb::V20170320::CreateCloneInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateCloneInstanceResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateCloneInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCloneInstanceResponse
constructor
A new instance of CreateCloneInstanceResponse.
Constructor Details
#initialize(asyncrequestid = nil, requestid = nil) ⇒ CreateCloneInstanceResponse
Returns a new instance of CreateCloneInstanceResponse.
2968 2969 2970 2971 |
# File 'lib/v20170320/models.rb', line 2968 def initialize(asyncrequestid=nil, requestid=nil) @AsyncRequestId = asyncrequestid @RequestId = requestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
2966 2967 2968 |
# File 'lib/v20170320/models.rb', line 2966 def AsyncRequestId @AsyncRequestId end |
#RequestId ⇒ Object
2966 2967 2968 |
# File 'lib/v20170320/models.rb', line 2966 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2973 2974 2975 2976 |
# File 'lib/v20170320/models.rb', line 2973 def deserialize(params) @AsyncRequestId = params['AsyncRequestId'] @RequestId = params['RequestId'] end |