Class: TencentCloud::Wedata::V20210820::AttributeItemDsVO

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

Overview

AttributeItemVO参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, value = nil, description = nil) ⇒ AttributeItemDsVO

Returns a new instance of AttributeItemDsVO.



1387
1388
1389
1390
1391
# File 'lib/v20210820/models.rb', line 1387

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

Instance Attribute Details

#DescriptionObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



1385
1386
1387
# File 'lib/v20210820/models.rb', line 1385

def Description
  @Description
end

#KeyObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



1385
1386
1387
# File 'lib/v20210820/models.rb', line 1385

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



1385
1386
1387
# File 'lib/v20210820/models.rb', line 1385

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1393
1394
1395
1396
1397
# File 'lib/v20210820/models.rb', line 1393

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