Class: TencentCloud::Cii::V20210408::StructureOneItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cii::V20210408::StructureOneItem
- Defined in:
- lib/v20210408/models.rb
Overview
复核差异接口的新增或者删除的项
Instance Attribute Summary collapse
-
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, value = nil) ⇒ StructureOneItem
constructor
A new instance of StructureOneItem.
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
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1240 1241 1242 |
# File 'lib/v20210408/models.rb', line 1240 def Path @Path end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |