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.



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

#GatewayProductIdObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • ProductIds:

    待解绑的子产品ID数组



14202
14203
14204
# File 'lib/v20190423/models.rb', line 14202

def GatewayProductId
  @GatewayProductId
end

#ProductIdsObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • ProductIds:

    待解绑的子产品ID数组



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