Class: TencentCloud::Weilingwith::V20230427::ElementTranslate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ElementTranslate
- Defined in:
- lib/v20230427/models.rb
Overview
构件平移信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(x = nil, y = nil, z = nil) ⇒ ElementTranslate
constructor
A new instance of ElementTranslate.
Constructor Details
#initialize(x = nil, y = nil, z = nil) ⇒ ElementTranslate
Returns a new instance of ElementTranslate.
5539 5540 5541 5542 5543 |
# File 'lib/v20230427/models.rb', line 5539 def initialize(x=nil, y=nil, z=nil) @X = x @Y = y @Z = z end |
Instance Attribute Details
#X ⇒ Object
5537 5538 5539 |
# File 'lib/v20230427/models.rb', line 5537 def X @X end |
#Y ⇒ Object
5537 5538 5539 |
# File 'lib/v20230427/models.rb', line 5537 def Y @Y end |
#Z ⇒ Object
5537 5538 5539 |
# File 'lib/v20230427/models.rb', line 5537 def Z @Z end |
Instance Method Details
#deserialize(params) ⇒ Object
5545 5546 5547 5548 5549 |
# File 'lib/v20230427/models.rb', line 5545 def deserialize(params) @X = params['X'] @Y = params['Y'] @Z = params['Z'] end |