Class: TencentCloud::Iotexplorer::V20190423::DescribeGatewaySubProductsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeGatewaySubProductsRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeGatewaySubProducts请求参数结构体
Instance Attribute Summary collapse
- #GatewayProductId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProductSource ⇒ Object
- #ProjectId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayproductid = nil, offset = nil, limit = nil, projectid = nil, productsource = nil) ⇒ DescribeGatewaySubProductsRequest
constructor
A new instance of DescribeGatewaySubProductsRequest.
Constructor Details
#initialize(gatewayproductid = nil, offset = nil, limit = nil, projectid = nil, productsource = nil) ⇒ DescribeGatewaySubProductsRequest
Returns a new instance of DescribeGatewaySubProductsRequest.
6208 6209 6210 6211 6212 6213 6214 |
# File 'lib/v20190423/models.rb', line 6208 def initialize(gatewayproductid=nil, offset=nil, limit=nil, projectid=nil, productsource=nil) @GatewayProductId = gatewayproductid @Offset = offset @Limit = limit @ProjectId = projectid @ProductSource = productsource end |
Instance Attribute Details
#GatewayProductId ⇒ Object
6206 6207 6208 |
# File 'lib/v20190423/models.rb', line 6206 def GatewayProductId @GatewayProductId end |
#Limit ⇒ Object
6206 6207 6208 |
# File 'lib/v20190423/models.rb', line 6206 def Limit @Limit end |
#Offset ⇒ Object
6206 6207 6208 |
# File 'lib/v20190423/models.rb', line 6206 def Offset @Offset end |
#ProductSource ⇒ Object
6206 6207 6208 |
# File 'lib/v20190423/models.rb', line 6206 def ProductSource @ProductSource end |
#ProjectId ⇒ Object
6206 6207 6208 |
# File 'lib/v20190423/models.rb', line 6206 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
6216 6217 6218 6219 6220 6221 6222 |
# File 'lib/v20190423/models.rb', line 6216 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @Offset = params['Offset'] @Limit = params['Limit'] @ProjectId = params['ProjectId'] @ProductSource = params['ProductSource'] end |