Class: TencentCloud::Ame::V20190916::ImagePath
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::ImagePath
- Defined in:
- lib/v20190916/models.rb
Overview
图片路径
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ImagePath
constructor
A new instance of ImagePath.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ImagePath
Returns a new instance of ImagePath.
1575 1576 1577 1578 |
# File 'lib/v20190916/models.rb', line 1575 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1573 1574 1575 |
# File 'lib/v20190916/models.rb', line 1573 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1573 1574 1575 |
# File 'lib/v20190916/models.rb', line 1573 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1580 1581 1582 1583 |
# File 'lib/v20190916/models.rb', line 1580 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |