Class: TencentCloud::Iotexplorer::V20190423::UnbindDevicesRequest

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

Overview

UnbindDevices请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayproductid = nil, gatewaydevicename = nil, productid = nil, devicenames = nil) ⇒ UnbindDevicesRequest

Returns a new instance of UnbindDevicesRequest.



14164
14165
14166
14167
14168
14169
# File 'lib/v20190423/models.rb', line 14164

def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil)
  @GatewayProductId = gatewayproductid
  @GatewayDeviceName = gatewaydevicename
  @ProductId = productid
  @DeviceNames = devicenames
end

Instance Attribute Details

#DeviceNamesObject

Parameters:

  • GatewayProductId:

    网关设备的产品ID

  • GatewayDeviceName:

    网关设备的设备名

  • ProductId:

    产品ID

  • DeviceNames:

    设备名列表



14162
14163
14164
# File 'lib/v20190423/models.rb', line 14162

def DeviceNames
  @DeviceNames
end

#GatewayDeviceNameObject

Parameters:

  • GatewayProductId:

    网关设备的产品ID

  • GatewayDeviceName:

    网关设备的设备名

  • ProductId:

    产品ID

  • DeviceNames:

    设备名列表



14162
14163
14164
# File 'lib/v20190423/models.rb', line 14162

def GatewayDeviceName
  @GatewayDeviceName
end

#GatewayProductIdObject

Parameters:

  • GatewayProductId:

    网关设备的产品ID

  • GatewayDeviceName:

    网关设备的设备名

  • ProductId:

    产品ID

  • DeviceNames:

    设备名列表



14162
14163
14164
# File 'lib/v20190423/models.rb', line 14162

def GatewayProductId
  @GatewayProductId
end

#ProductIdObject

Parameters:

  • GatewayProductId:

    网关设备的产品ID

  • GatewayDeviceName:

    网关设备的设备名

  • ProductId:

    产品ID

  • DeviceNames:

    设备名列表



14162
14163
14164
# File 'lib/v20190423/models.rb', line 14162

def ProductId
  @ProductId
end

Instance Method Details

#deserialize(params) ⇒ Object



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

def deserialize(params)
  @GatewayProductId = params['GatewayProductId']
  @GatewayDeviceName = params['GatewayDeviceName']
  @ProductId = params['ProductId']
  @DeviceNames = params['DeviceNames']
end