Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageAIServiceRequest

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

Overview

ResetCloudStorageAIService请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, servicetype = nil, channelid = nil, userid = nil) ⇒ ResetCloudStorageAIServiceRequest

Returns a new instance of ResetCloudStorageAIServiceRequest.



12679
12680
12681
12682
12683
12684
12685
# File 'lib/v20190423/models.rb', line 12679

def initialize(productid=nil, devicename=nil, servicetype=nil, channelid=nil, userid=nil)
  @ProductId = productid
  @DeviceName = devicename
  @ServiceType = servicetype
  @ChannelId = channelid
  @UserId = userid
end

Instance Attribute Details

#ChannelIdObject

  • RealtimeObjectDetect:目标检测
  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12677
12678
12679
# File 'lib/v20190423/models.rb', line 12677

def ChannelId
  @ChannelId
end

#DeviceNameObject

  • RealtimeObjectDetect:目标检测
  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12677
12678
12679
# File 'lib/v20190423/models.rb', line 12677

def DeviceName
  @DeviceName
end

#ProductIdObject

  • RealtimeObjectDetect:目标检测
  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12677
12678
12679
# File 'lib/v20190423/models.rb', line 12677

def ProductId
  @ProductId
end

#ServiceTypeObject

  • RealtimeObjectDetect:目标检测
  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12677
12678
12679
# File 'lib/v20190423/models.rb', line 12677

def ServiceType
  @ServiceType
end

#UserIdObject

  • RealtimeObjectDetect:目标检测
  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

    云存 AI 服务类型。可选值:

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



12677
12678
12679
# File 'lib/v20190423/models.rb', line 12677

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



12687
12688
12689
12690
12691
12692
12693
# File 'lib/v20190423/models.rb', line 12687

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @ServiceType = params['ServiceType']
  @ChannelId = params['ChannelId']
  @UserId = params['UserId']
end