Class: TencentCloud::Ckafka::V20190819::CdcClusterResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CdcClusterResponse
- Defined in:
- lib/v20190819/models.rb
Overview
创建CDC 标准版共享集群出参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil) ⇒ CdcClusterResponse
constructor
A new instance of CdcClusterResponse.
Constructor Details
#initialize(taskid = nil) ⇒ CdcClusterResponse
Returns a new instance of CdcClusterResponse.
691 692 693 |
# File 'lib/v20190819/models.rb', line 691 def initialize(taskid=nil) @TaskId = taskid end |
Instance Attribute Details
#TaskId ⇒ Object
689 690 691 |
# File 'lib/v20190819/models.rb', line 689 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
695 696 697 |
# File 'lib/v20190819/models.rb', line 695 def deserialize(params) @TaskId = params['TaskId'] end |