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.
14204 14205 14206 14207 |
# File 'lib/v20190423/models.rb', line 14204 def initialize(gatewayproductid=nil, productids=nil) @GatewayProductId = gatewayproductid @ProductIds = productids end |
Instance Attribute Details
#GatewayProductId ⇒ Object
14202 14203 14204 |
# File 'lib/v20190423/models.rb', line 14202 def GatewayProductId @GatewayProductId end |
#ProductIds ⇒ Object
14202 14203 14204 |
# File 'lib/v20190423/models.rb', line 14202 def ProductIds @ProductIds end |
Instance Method Details
#deserialize(params) ⇒ Object
14209 14210 14211 14212 |
# File 'lib/v20190423/models.rb', line 14209 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @ProductIds = params['ProductIds'] end |