Class: TencentCloud::Cdn::V20180606::DiagnoseUnit

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

Overview

诊断报告单元信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, keytext = nil, value = nil, valuetext = nil) ⇒ DiagnoseUnit

Returns a new instance of DiagnoseUnit.



6984
6985
6986
6987
6988
6989
# File 'lib/v20180606/models.rb', line 6984

def initialize(key=nil, keytext=nil, value=nil, valuetext=nil)
  @Key = key
  @KeyText = keytext
  @Value = value
  @ValueText = valuetext
end

Instance Attribute Details

#KeyObject

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

Parameters:

  • Key:

    内容单元英文名称。

  • KeyText:

    内容单元中文名称。

  • Value:

    报告内容。

  • ValueText:

    报告内容。



6982
6983
6984
# File 'lib/v20180606/models.rb', line 6982

def Key
  @Key
end

#KeyTextObject

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

Parameters:

  • Key:

    内容单元英文名称。

  • KeyText:

    内容单元中文名称。

  • Value:

    报告内容。

  • ValueText:

    报告内容。



6982
6983
6984
# File 'lib/v20180606/models.rb', line 6982

def KeyText
  @KeyText
end

#ValueObject

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

Parameters:

  • Key:

    内容单元英文名称。

  • KeyText:

    内容单元中文名称。

  • Value:

    报告内容。

  • ValueText:

    报告内容。



6982
6983
6984
# File 'lib/v20180606/models.rb', line 6982

def Value
  @Value
end

#ValueTextObject

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

Parameters:

  • Key:

    内容单元英文名称。

  • KeyText:

    内容单元中文名称。

  • Value:

    报告内容。

  • ValueText:

    报告内容。



6982
6983
6984
# File 'lib/v20180606/models.rb', line 6982

def ValueText
  @ValueText
end

Instance Method Details

#deserialize(params) ⇒ Object



6991
6992
6993
6994
6995
6996
# File 'lib/v20180606/models.rb', line 6991

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