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.



570
571
572
573
574
# File 'lib/v20210820/models.rb', line 570

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:

    描述



568
569
570
# File 'lib/v20210820/models.rb', line 568

def Description
  @Description
end

#KeyObject

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

Parameters:

  • Key:

    key

  • Value:

    value

  • Description:

    描述



568
569
570
# File 'lib/v20210820/models.rb', line 568

def Key
  @Key
end

#ValueObject

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

Parameters:

  • Key:

    key

  • Value:

    value

  • Description:

    描述



568
569
570
# File 'lib/v20210820/models.rb', line 568

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



576
577
578
579
580
# File 'lib/v20210820/models.rb', line 576

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