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.



745
746
747
748
749
# File 'lib/v20210820/models.rb', line 745

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:

    描述



743
744
745
# File 'lib/v20210820/models.rb', line 743

def Description
  @Description
end

#KeyObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



743
744
745
# File 'lib/v20210820/models.rb', line 743

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



743
744
745
# File 'lib/v20210820/models.rb', line 743

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



751
752
753
754
755
# File 'lib/v20210820/models.rb', line 751

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