class TencentCloud::Iotcloud::V20210408::DescribeDeviceResourceRequest

DescribeDeviceResource请求参数结构体

def deserialize(params)

def deserialize(params)
  @DeviceName = params['DeviceName']
  @ProductID = params['ProductID']
  @Name = params['Name']
end

def initialize(devicename=nil, productid=nil, name=nil)

def initialize(devicename=nil, productid=nil, name=nil)
  @DeviceName = devicename
  @ProductID = productid
  @Name = name
end