Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageAIServiceRequest

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

Overview

DescribeCloudStorageAIService请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeCloudStorageAIServiceRequest.



4024
4025
4026
4027
4028
4029
4030
# File 'lib/v20190423/models.rb', line 4024

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

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4022
4023
4024
# File 'lib/v20190423/models.rb', line 4022

def ChannelId
  @ChannelId
end

#DeviceNameObject

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4022
4023
4024
# File 'lib/v20190423/models.rb', line 4022

def DeviceName
  @DeviceName
end

#ProductIdObject

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4022
4023
4024
# File 'lib/v20190423/models.rb', line 4022

def ProductId
  @ProductId
end

#ServiceTypeObject

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4022
4023
4024
# File 'lib/v20190423/models.rb', line 4022

def ServiceType
  @ServiceType
end

#UserIdObject

  • ‘Highlight`:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4022
4023
4024
# File 'lib/v20190423/models.rb', line 4022

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



4032
4033
4034
4035
4036
4037
4038
# File 'lib/v20190423/models.rb', line 4032

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