Class: TencentCloud::Cii::V20210408::StructureOneItem

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

Overview

复核差异接口的新增或者删除的项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = nil, value = nil) ⇒ StructureOneItem

Returns a new instance of StructureOneItem.



1242
1243
1244
1245
# File 'lib/v20210408/models.rb', line 1242

def initialize(path=nil, value=nil)
  @Path = path
  @Value = value
end

Instance Attribute Details

#PathObject

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

Parameters:

  • Path:

    新字段的路径

  • Value:

    字段的值



1240
1241
1242
# File 'lib/v20210408/models.rb', line 1240

def Path
  @Path
end

#ValueObject

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

Parameters:

  • Path:

    新字段的路径

  • Value:

    字段的值



1240
1241
1242
# File 'lib/v20210408/models.rb', line 1240

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



1247
1248
1249
1250
# File 'lib/v20210408/models.rb', line 1247

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