Class: TencentCloud::Iss::V20230517::ListGatewaysRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ListGatewaysRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ListGateways请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagenumber = nil, pagesize = nil, name = nil, clusterid = nil, status = nil) ⇒ ListGatewaysRequest
constructor
A new instance of ListGatewaysRequest.
Constructor Details
#initialize(pagenumber = nil, pagesize = nil, name = nil, clusterid = nil, status = nil) ⇒ ListGatewaysRequest
Returns a new instance of ListGatewaysRequest.
5066 5067 5068 5069 5070 5071 5072 |
# File 'lib/v20230517/models.rb', line 5066 def initialize(pagenumber=nil, pagesize=nil, name=nil, clusterid=nil, status=nil) @PageNumber = pagenumber @PageSize = pagesize @Name = name @ClusterId = clusterid @Status = status end |
Instance Attribute Details
#ClusterId ⇒ Object
5064 5065 5066 |
# File 'lib/v20230517/models.rb', line 5064 def ClusterId @ClusterId end |
#Name ⇒ Object
5064 5065 5066 |
# File 'lib/v20230517/models.rb', line 5064 def Name @Name end |
#PageNumber ⇒ Object
5064 5065 5066 |
# File 'lib/v20230517/models.rb', line 5064 def PageNumber @PageNumber end |
#PageSize ⇒ Object
5064 5065 5066 |
# File 'lib/v20230517/models.rb', line 5064 def PageSize @PageSize end |
#Status ⇒ Object
5064 5065 5066 |
# File 'lib/v20230517/models.rb', line 5064 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5074 5075 5076 5077 5078 5079 5080 |
# File 'lib/v20230517/models.rb', line 5074 def deserialize(params) @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @Name = params['Name'] @ClusterId = params['ClusterId'] @Status = params['Status'] end |