Class: TencentCloud::Wedata::V20210820::IntegrationTag

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

Overview

集成标签

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IntegrationTag.



23734
23735
23736
23737
# File 'lib/v20210820/models.rb', line 23734

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

Instance Attribute Details

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    key值

  • Value:

    标签值



23732
23733
23734
# File 'lib/v20210820/models.rb', line 23732

def Key
  @Key
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    key值

  • Value:

    标签值



23732
23733
23734
# File 'lib/v20210820/models.rb', line 23732

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



23739
23740
23741
23742
# File 'lib/v20210820/models.rb', line 23739

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