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.



4036
4037
4038
4039
4040
4041
4042
# File 'lib/v20190423/models.rb', line 4036

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



4034
4035
4036
# File 'lib/v20190423/models.rb', line 4034

def ChannelId
  @ChannelId
end

#DeviceNameObject

  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4034
4035
4036
# File 'lib/v20190423/models.rb', line 4034

def DeviceName
  @DeviceName
end

#ProductIdObject

  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4034
4035
4036
# File 'lib/v20190423/models.rb', line 4034

def ProductId
  @ProductId
end

#ServiceTypeObject

  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4034
4035
4036
# File 'lib/v20190423/models.rb', line 4034

def ServiceType
  @ServiceType
end

#UserIdObject

  • Highlight:视频浓缩

Parameters:

  • ProductId:

    产品 ID

  • DeviceName:

    设备名称

  • ServiceType:

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

  • ChannelId:

    通道 ID

  • UserId:

    用户 ID



4034
4035
4036
# File 'lib/v20190423/models.rb', line 4034

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



4044
4045
4046
4047
4048
4049
4050
# File 'lib/v20190423/models.rb', line 4044

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