Class: TencentCloud::Cynosdb::V20190107::ClusterTaskId
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ClusterTaskId
- Defined in:
- lib/v20190107/models.rb
Overview
集群任务ID
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, taskid = nil) ⇒ ClusterTaskId
constructor
A new instance of ClusterTaskId.
Constructor Details
#initialize(clusterid = nil, taskid = nil) ⇒ ClusterTaskId
Returns a new instance of ClusterTaskId.
1833 1834 1835 1836 |
# File 'lib/v20190107/models.rb', line 1833 def initialize(clusterid=nil, taskid=nil) @ClusterId = clusterid @TaskId = taskid end |
Instance Attribute Details
#ClusterId ⇒ Object
1831 1832 1833 |
# File 'lib/v20190107/models.rb', line 1831 def ClusterId @ClusterId end |
#TaskId ⇒ Object
1831 1832 1833 |
# File 'lib/v20190107/models.rb', line 1831 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1838 1839 1840 1841 |
# File 'lib/v20190107/models.rb', line 1838 def deserialize(params) @ClusterId = params['ClusterId'] @TaskId = params['TaskId'] end |