Class: TencentCloud::Iecp::V20210914::DescribeEdgeUnitNodeGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeEdgeUnitNodeGroupRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeEdgeUnitNodeGroup请求参数结构体
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) ⇒ DescribeEdgeUnitNodeGroupRequest
constructor
A new instance of DescribeEdgeUnitNodeGroupRequest.
Constructor Details
#initialize(edgeunitid = nil, namespace = nil, offset = nil, limit = nil, namefilter = nil, namematched = nil, order = nil) ⇒ DescribeEdgeUnitNodeGroupRequest
Returns a new instance of DescribeEdgeUnitNodeGroupRequest.
2926 2927 2928 2929 2930 2931 2932 2933 2934 |
# File 'lib/v20210914/models.rb', line 2926 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
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def EdgeUnitId @EdgeUnitId end |
#Limit ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def Limit @Limit end |
#NameFilter ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def NameFilter @NameFilter end |
#NameMatched ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def NameMatched @NameMatched end |
#Namespace ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def Namespace @Namespace end |
#Offset ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def Offset @Offset end |
#Order ⇒ Object
2924 2925 2926 |
# File 'lib/v20210914/models.rb', line 2924 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
2936 2937 2938 2939 2940 2941 2942 2943 2944 |
# File 'lib/v20210914/models.rb', line 2936 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 |