Class: TencentCloud::Iotexplorer::V20190423::UnbindProductsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UnbindProductsRequest
- Defined in:
- lib/v20190423/models.rb
Overview
UnbindProducts请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayproductid = nil, productids = nil) ⇒ UnbindProductsRequest
constructor
A new instance of UnbindProductsRequest.
Constructor Details
#initialize(gatewayproductid = nil, productids = nil) ⇒ UnbindProductsRequest
Returns a new instance of UnbindProductsRequest.
14174 14175 14176 14177 |
# File 'lib/v20190423/models.rb', line 14174 def initialize(gatewayproductid=nil, productids=nil) @GatewayProductId = gatewayproductid @ProductIds = productids end |
Instance Attribute Details
#GatewayProductId ⇒ Object
14172 14173 14174 |
# File 'lib/v20190423/models.rb', line 14172 def GatewayProductId @GatewayProductId end |
#ProductIds ⇒ Object
14172 14173 14174 |
# File 'lib/v20190423/models.rb', line 14172 def ProductIds @ProductIds end |
Instance Method Details
#deserialize(params) ⇒ Object
14179 14180 14181 14182 |
# File 'lib/v20190423/models.rb', line 14179 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @ProductIds = params['ProductIds'] end |