Class: TencentCloud::Ivld::V20210903::ImageLogo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::ImageLogo
- Defined in:
- lib/v20210903/models.rb
Overview
图片中出现的Logo信息
Instance Attribute Summary collapse
-
#AppearRect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Logo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logo = nil, appearrect = nil) ⇒ ImageLogo
constructor
A new instance of ImageLogo.
Constructor Details
#initialize(logo = nil, appearrect = nil) ⇒ ImageLogo
Returns a new instance of ImageLogo.
1606 1607 1608 1609 |
# File 'lib/v20210903/models.rb', line 1606 def initialize(logo=nil, appearrect=nil) @Logo = logo @AppearRect = appearrect end |
Instance Attribute Details
#AppearRect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20210903/models.rb', line 1604 def AppearRect @AppearRect end |
#Logo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1604 1605 1606 |
# File 'lib/v20210903/models.rb', line 1604 def Logo @Logo end |