Class: TencentCloud::Iecp::V20210914::DescribeEdgeUnitNodeUnitTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeUnitNodeUnitTemplatesRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeUnitNodeUnitTemplates请求参数结构体
Instance Attribute Summary collapse
- #EdgeUnitId ⇒ Object
- #Limit ⇒ Object
- #NameFilter ⇒ Object
- #NameMatched ⇒ Object
- #Namespace ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(edgeunitid = nil, namespace = nil, offset = nil, limit = nil, namefilter = nil, namematched = nil, order = nil) ⇒ DescribeEdgeUnitNodeUnitTemplatesRequest
constructor
A new instance of DescribeEdgeUnitNodeUnitTemplatesRequest.
Constructor Details
#initialize(edgeunitid = nil, namespace = nil, offset = nil, limit = nil, namefilter = nil, namematched = nil, order = nil) ⇒ DescribeEdgeUnitNodeUnitTemplatesRequest
Returns a new instance of DescribeEdgeUnitNodeUnitTemplatesRequest.
2997 2998 2999 3000 3001 3002 3003 3004 3005 |
# File 'lib/v20210914/models.rb', line 2997 def initialize(edgeunitid=nil, namespace=nil, offset=nil, limit=nil, namefilter=nil, namematched=nil, order=nil) @EdgeUnitId = edgeunitid @Namespace = namespace @Offset = offset @Limit = limit @NameFilter = namefilter @NameMatched = namematched @Order = order end |
Instance Attribute Details
#EdgeUnitId ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def EdgeUnitId @EdgeUnitId end |
#Limit ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def Limit @Limit end |
#NameFilter ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def NameFilter @NameFilter end |
#NameMatched ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def NameMatched @NameMatched end |
#Namespace ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def Namespace @Namespace end |
#Offset ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def Offset @Offset end |
#Order ⇒ Object
2995 2996 2997 |
# File 'lib/v20210914/models.rb', line 2995 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
3007 3008 3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/v20210914/models.rb', line 3007 def deserialize(params) @EdgeUnitId = params['EdgeUnitId'] @Namespace = params['Namespace'] @Offset = params['Offset'] @Limit = params['Limit'] @NameFilter = params['NameFilter'] @NameMatched = params['NameMatched'] @Order = params['Order'] end |