Class: TencentCloud::Iotexplorer::V20190423::UnbindProductsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

UnbindProducts请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#GatewayProductIdObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • ProductIds:

    待解绑的子产品ID数组



14172
14173
14174
# File 'lib/v20190423/models.rb', line 14172

def GatewayProductId
  @GatewayProductId
end

#ProductIdsObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • ProductIds:

    待解绑的子产品ID数组



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