Class: TencentCloud::Weilingwith::V20230427::DescribeInterfaceListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeInterfaceListRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeInterfaceList请求参数结构体
Instance Attribute Summary collapse
- #ApplicationToken ⇒ Object
- #Keyword ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #Style ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(applicationtoken = nil, pagenumber = nil, pagesize = nil, keyword = nil, style = nil, type = nil) ⇒ DescribeInterfaceListRequest
constructor
A new instance of DescribeInterfaceListRequest.
Constructor Details
#initialize(applicationtoken = nil, pagenumber = nil, pagesize = nil, keyword = nil, style = nil, type = nil) ⇒ DescribeInterfaceListRequest
Returns a new instance of DescribeInterfaceListRequest.
3516 3517 3518 3519 3520 3521 3522 3523 |
# File 'lib/v20230427/models.rb', line 3516 def initialize(applicationtoken=nil, pagenumber=nil, pagesize=nil, keyword=nil, style=nil, type=nil) @ApplicationToken = applicationtoken @PageNumber = pagenumber @PageSize = pagesize @Keyword = keyword @Style = style @Type = type end |
Instance Attribute Details
#ApplicationToken ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def ApplicationToken @ApplicationToken end |
#Keyword ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def Keyword @Keyword end |
#PageNumber ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def PageNumber @PageNumber end |
#PageSize ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def PageSize @PageSize end |
#Style ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def Style @Style end |
#Type ⇒ Object
3514 3515 3516 |
# File 'lib/v20230427/models.rb', line 3514 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3525 3526 3527 3528 3529 3530 3531 3532 |
# File 'lib/v20230427/models.rb', line 3525 def deserialize(params) @ApplicationToken = params['ApplicationToken'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @Keyword = params['Keyword'] @Style = params['Style'] @Type = params['Type'] end |