Class: TencentCloud::Cfw::V20190904::DescribeSwitchListsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeSwitchListsRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeSwitchLists请求参数结构体
Instance Attribute Summary collapse
- #Area ⇒ Object
- #By ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #SearchValue ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, type = nil, area = nil, searchvalue = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeSwitchListsRequest
constructor
A new instance of DescribeSwitchListsRequest.
Constructor Details
#initialize(status = nil, type = nil, area = nil, searchvalue = nil, limit = nil, offset = nil, order = nil, by = nil) ⇒ DescribeSwitchListsRequest
Returns a new instance of DescribeSwitchListsRequest.
5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/v20190904/models.rb', line 5458 def initialize(status=nil, type=nil, area=nil, searchvalue=nil, limit=nil, offset=nil, order=nil, by=nil) @Status = status @Type = type @Area = area @SearchValue = searchvalue @Limit = limit @Offset = offset @Order = order @By = by end |
Instance Attribute Details
#Area ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Area @Area end |
#By ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def By @By end |
#Limit ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Limit @Limit end |
#Offset ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Offset @Offset end |
#Order ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Order @Order end |
#SearchValue ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def SearchValue @SearchValue end |
#Status ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Status @Status end |
#Type ⇒ Object
5456 5457 5458 |
# File 'lib/v20190904/models.rb', line 5456 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 |
# File 'lib/v20190904/models.rb', line 5469 def deserialize(params) @Status = params['Status'] @Type = params['Type'] @Area = params['Area'] @SearchValue = params['SearchValue'] @Limit = params['Limit'] @Offset = params['Offset'] @Order = params['Order'] @By = params['By'] end |