Class: TencentCloud::Tdcpg::V20211118::ModifyClusterNameRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdcpg::V20211118::ModifyClusterNameRequest
- Defined in:
- lib/v20211118/models.rb
Overview
ModifyClusterName请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, clustername = nil) ⇒ ModifyClusterNameRequest
constructor
A new instance of ModifyClusterNameRequest.
Constructor Details
#initialize(clusterid = nil, clustername = nil) ⇒ ModifyClusterNameRequest
Returns a new instance of ModifyClusterNameRequest.
1349 1350 1351 1352 |
# File 'lib/v20211118/models.rb', line 1349 def initialize(clusterid=nil, clustername=nil) @ClusterId = clusterid @ClusterName = clustername end |
Instance Attribute Details
#ClusterId ⇒ Object
1347 1348 1349 |
# File 'lib/v20211118/models.rb', line 1347 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
1347 1348 1349 |
# File 'lib/v20211118/models.rb', line 1347 def ClusterName @ClusterName end |
Instance Method Details
#deserialize(params) ⇒ Object
1354 1355 1356 1357 |
# File 'lib/v20211118/models.rb', line 1354 def deserialize(params) @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] end |