Class: TencentCloud::Emr::V20190103::Order
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::Order
- Defined in:
- lib/v20190103/models.rb
Overview
描述排序,用于排序.
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, direction = nil) ⇒ Order
constructor
A new instance of Order.
Constructor Details
#initialize(name = nil, direction = nil) ⇒ Order
Returns a new instance of Order.
10712 10713 10714 10715 |
# File 'lib/v20190103/models.rb', line 10712 def initialize(name=nil, direction=nil) @Name = name @Direction = direction end |
Instance Attribute Details
#Direction ⇒ Object
10710 10711 10712 |
# File 'lib/v20190103/models.rb', line 10710 def Direction @Direction end |
#Name ⇒ Object
10710 10711 10712 |
# File 'lib/v20190103/models.rb', line 10710 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
10717 10718 10719 10720 |
# File 'lib/v20190103/models.rb', line 10717 def deserialize(params) @Name = params['Name'] @Direction = params['Direction'] end |