class TencentCloud::Iotexplorer::V20190423::DescribeBindedProductsRequest
DescribeBindedProducts请求参数结构体
def deserialize(params)
def deserialize(params) @GatewayProductId = params['GatewayProductId'] @Offset = params['Offset'] @Limit = params['Limit'] end
def initialize(gatewayproductid=nil, offset=nil, limit=nil)
def initialize(gatewayproductid=nil, offset=nil, limit=nil) @GatewayProductId = gatewayproductid @Offset = offset @Limit = limit end