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.
5619 5620 5621 5622 |
# File 'lib/v20191029/models.rb', line 5619 def initialize(field=nil, order=nil) @Field = field @Order = order end |
Instance Attribute Details
#Field ⇒ Object
5617 5618 5619 |
# File 'lib/v20191029/models.rb', line 5617 def Field @Field end |
#Order ⇒ Object
5617 5618 5619 |
# File 'lib/v20191029/models.rb', line 5617 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
5624 5625 5626 5627 |
# File 'lib/v20191029/models.rb', line 5624 def deserialize(params) @Field = params['Field'] @Order = params['Order'] end |