class TencentCloud::Iotcloud::V20210408::UpdateDeviceShadowRequest

UpdateDeviceShadow请求参数结构体

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @State = params['State']
  @ShadowVersion = params['ShadowVersion']
end

def initialize(productid=nil, devicename=nil, state=nil, shadowversion=nil)

def initialize(productid=nil, devicename=nil, state=nil, shadowversion=nil)
  @ProductId = productid
  @DeviceName = devicename
  @State = state
  @ShadowVersion = shadowversion
end