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.



1099
1100
1101
1102
1103
# File 'lib/v20210820/models.rb', line 1099

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:

    描述



1097
1098
1099
# File 'lib/v20210820/models.rb', line 1097

def Description
  @Description
end

#KeyObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



1097
1098
1099
# File 'lib/v20210820/models.rb', line 1097

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    Key值

  • Value:

    Value值

  • Description:

    描述



1097
1098
1099
# File 'lib/v20210820/models.rb', line 1097

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1105
1106
1107
1108
1109
# File 'lib/v20210820/models.rb', line 1105

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