Class: TencentCloud::Iecp::V20210914::DescribeEdgeUnitDeployGridRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeUnitDeployGridRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeUnitDeployGrid请求参数结构体
Instance Attribute Summary collapse
- #EdgeUnitId ⇒ Object
- #Limit ⇒ Object
- #NamePattern ⇒ Object
- #Namespace ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, namespace = nil, namepattern = nil, offset = nil, limit = nil, order = nil) ⇒ DescribeEdgeUnitDeployGridRequest
constructor
A new instance of DescribeEdgeUnitDeployGridRequest.
Constructor Details
#initialize(edgeunitid = nil, namespace = nil, namepattern = nil, offset = nil, limit = nil, order = nil) ⇒ DescribeEdgeUnitDeployGridRequest
Returns a new instance of DescribeEdgeUnitDeployGridRequest.
2631 2632 2633 2634 2635 2636 2637 2638 |
# File 'lib/v20210914/models.rb', line 2631 def initialize(edgeunitid=nil, namespace=nil, namepattern=nil, offset=nil, limit=nil, order=nil) @EdgeUnitId = edgeunitid @Namespace = namespace @NamePattern = namepattern @Offset = offset @Limit = limit @Order = order end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def EdgeUnitId @EdgeUnitId end |
#Limit ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def Limit @Limit end |
#NamePattern ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def NamePattern @NamePattern end |
#Namespace ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def Namespace @Namespace end |
#Offset ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def Offset @Offset end |
#Order ⇒ Object
2629 2630 2631 |
# File 'lib/v20210914/models.rb', line 2629 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
2640 2641 2642 2643 2644 2645 2646 2647 |
# File 'lib/v20210914/models.rb', line 2640 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @Namespace = params['Namespace'] @NamePattern = params['NamePattern'] @Offset = params['Offset'] @Limit = params['Limit'] @Order = params['Order'] end |