Class: TencentCloud::Iecp::V20210914::DeleteEdgeUnitPodRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DeleteEdgeUnitPodRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DeleteEdgeUnitPod请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, podname = nil, namespace = nil) ⇒ DeleteEdgeUnitPodRequest
constructor
A new instance of DeleteEdgeUnitPodRequest.
Constructor Details
#initialize(clusterid = nil, podname = nil, namespace = nil) ⇒ DeleteEdgeUnitPodRequest
Returns a new instance of DeleteEdgeUnitPodRequest.
1348 1349 1350 1351 1352 |
# File 'lib/v20210914/models.rb', line 1348 def initialize(clusterid=nil, podname=nil, namespace=nil) @ClusterID = clusterid @PodName = podname @Namespace = namespace end |
Instance Attribute Details
#ClusterID ⇒ Object
1346 1347 1348 |
# File 'lib/v20210914/models.rb', line 1346 def ClusterID @ClusterID end |
#Namespace ⇒ Object
1346 1347 1348 |
# File 'lib/v20210914/models.rb', line 1346 def Namespace @Namespace end |
#PodName ⇒ Object
1346 1347 1348 |
# File 'lib/v20210914/models.rb', line 1346 def PodName @PodName end |
Instance Method Details
#deserialize(params) ⇒ Object
1354 1355 1356 1357 1358 |
# File 'lib/v20210914/models.rb', line 1354 def deserialize(params) @ClusterID = params['ClusterID'] @PodName = params['PodName'] @Namespace = params['Namespace'] end |