Class: TencentCloud::Wedata::V20210820::AttributeItemDTO

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

Overview

aiops基础信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AttributeItemDTO.



1072
1073
1074
1075
1076
# File 'lib/v20210820/models.rb', line 1072

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:

    描述



1070
1071
1072
# File 'lib/v20210820/models.rb', line 1070

def Description
  @Description
end

#KeyObject

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

Parameters:

  • Key:

    key

  • Value:

    value

  • Description:

    描述



1070
1071
1072
# File 'lib/v20210820/models.rb', line 1070

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    key

  • Value:

    value

  • Description:

    描述



1070
1071
1072
# File 'lib/v20210820/models.rb', line 1070

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1078
1079
1080
1081
1082
# File 'lib/v20210820/models.rb', line 1078

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