Class: TencentCloud::Iotexplorer::V20190423::DescribeDeviceBindGatewayResponse

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

Overview

DescribeDeviceBindGateway返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gatewayproductid = nil, gatewaydevicename = nil, gatewayname = nil, gatewayproductownername = nil, gatewayproductowneruin = nil, requestid = nil) ⇒ DescribeDeviceBindGatewayResponse

Returns a new instance of DescribeDeviceBindGatewayResponse.



5104
5105
5106
5107
5108
5109
5110
5111
# File 'lib/v20190423/models.rb', line 5104

def initialize(gatewayproductid=nil, gatewaydevicename=nil, gatewayname=nil, gatewayproductownername=nil, gatewayproductowneruin=nil, requestid=nil)
  @GatewayProductId = gatewayproductid
  @GatewayDeviceName = gatewaydevicename
  @GatewayName = gatewayname
  @GatewayProductOwnerName = gatewayproductownername
  @GatewayProductOwnerUin = gatewayproductowneruin
  @RequestId = requestid
end

Instance Attribute Details

#GatewayDeviceNameObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def GatewayDeviceName
  @GatewayDeviceName
end

#GatewayNameObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def GatewayName
  @GatewayName
end

#GatewayProductIdObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def GatewayProductId
  @GatewayProductId
end

#GatewayProductOwnerNameObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def GatewayProductOwnerName
  @GatewayProductOwnerName
end

#GatewayProductOwnerUinObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def GatewayProductOwnerUin
  @GatewayProductOwnerUin
end

#RequestIdObject

Parameters:

  • GatewayProductId:

    网关产品ID

  • GatewayDeviceName:

    网关设备名

  • GatewayName:

    网关产品名称

  • GatewayProductOwnerName:

    设备对应产品所属的主账号名称

  • GatewayProductOwnerUin:

    设备对应产品所属的主账号 UIN

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



5102
5103
5104
# File 'lib/v20190423/models.rb', line 5102

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



5113
5114
5115
5116
5117
5118
5119
5120
# File 'lib/v20190423/models.rb', line 5113

def deserialize(params)
  @GatewayProductId = params['GatewayProductId']
  @GatewayDeviceName = params['GatewayDeviceName']
  @GatewayName = params['GatewayName']
  @GatewayProductOwnerName = params['GatewayProductOwnerName']
  @GatewayProductOwnerUin = params['GatewayProductOwnerUin']
  @RequestId = params['RequestId']
end