Class: TencentCloud::Cme::V20191029::SortBy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::SortBy
- Defined in:
- lib/v20191029/models.rb
Overview
排序
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(field = nil, order = nil) ⇒ SortBy
constructor
A new instance of SortBy.
Constructor Details
#initialize(field = nil, order = nil) ⇒ SortBy
Returns a new instance of SortBy.
5611 5612 5613 5614 |
# File 'lib/v20191029/models.rb', line 5611 def initialize(field=nil, order=nil) @Field = field @Order = order end |
Instance Attribute Details
#Field ⇒ Object
5609 5610 5611 |
# File 'lib/v20191029/models.rb', line 5609 def Field @Field end |
#Order ⇒ Object
5609 5610 5611 |
# File 'lib/v20191029/models.rb', line 5609 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
5616 5617 5618 5619 |
# File 'lib/v20191029/models.rb', line 5616 def deserialize(params) @Field = params['Field'] @Order = params['Order'] end |