Class: TencentCloud::Vod::V20180717::SortBy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::SortBy
- Defined in:
- lib/v20180717/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.
27861 27862 27863 27864 |
# File 'lib/v20180717/models.rb', line 27861 def initialize(field=nil, order=nil) @Field = field @Order = order end |
Instance Attribute Details
#Field ⇒ Object
27859 27860 27861 |
# File 'lib/v20180717/models.rb', line 27859 def Field @Field end |
#Order ⇒ Object
27859 27860 27861 |
# File 'lib/v20180717/models.rb', line 27859 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
27866 27867 27868 27869 |
# File 'lib/v20180717/models.rb', line 27866 def deserialize(params) @Field = params['Field'] @Order = params['Order'] end |