Class: TencentCloud::Iotexplorer::V20190423::CloudStorageAIServiceTaskFileLabel

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

Overview

云存 AI 任务输出文件标签

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil) ⇒ CloudStorageAIServiceTaskFileLabel

Returns a new instance of CloudStorageAIServiceTaskFileLabel.



1108
1109
1110
1111
# File 'lib/v20190423/models.rb', line 1108

def initialize(key=nil, value=nil)
  @Key = key
  @Value = value
end

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    key1

  • Value:

    value1



1106
1107
1108
# File 'lib/v20190423/models.rb', line 1106

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    key1

  • Value:

    value1



1106
1107
1108
# File 'lib/v20190423/models.rb', line 1106

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1113
1114
1115
1116
# File 'lib/v20190423/models.rb', line 1113

def deserialize(params)
  @Key = params['Key']
  @Value = params['Value']
end