Class: TencentCloud::Iecp::V20210914::DescribeEdgePodRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgePodRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgePod请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, namespace = nil, name = nil) ⇒ DescribeEdgePodRequest
constructor
A new instance of DescribeEdgePodRequest.
Constructor Details
#initialize(edgeunitid = nil, namespace = nil, name = nil) ⇒ DescribeEdgePodRequest
Returns a new instance of DescribeEdgePodRequest.
2316 2317 2318 2319 2320 |
# File 'lib/v20210914/models.rb', line 2316 def initialize(edgeunitid=nil, namespace=nil, name=nil) @EdgeUnitId = edgeunitid @Namespace = namespace @Name = name end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
2314 2315 2316 |
# File 'lib/v20210914/models.rb', line 2314 def EdgeUnitId @EdgeUnitId end |
#Name ⇒ Object
2314 2315 2316 |
# File 'lib/v20210914/models.rb', line 2314 def Name @Name end |
#Namespace ⇒ Object
2314 2315 2316 |
# File 'lib/v20210914/models.rb', line 2314 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
2322 2323 2324 2325 2326 |
# File 'lib/v20210914/models.rb', line 2322 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @Namespace = params['Namespace'] @Name = params['Name'] end |