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.



1076
1077
1078
1079
# File 'lib/v20190423/models.rb', line 1076

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

Instance Attribute Details

#KeyObject

Parameters:

  • Key:

    key1

  • Value:

    value1



1074
1075
1076
# File 'lib/v20190423/models.rb', line 1074

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    key1

  • Value:

    value1



1074
1075
1076
# File 'lib/v20190423/models.rb', line 1074

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1081
1082
1083
1084
# File 'lib/v20190423/models.rb', line 1081

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