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.
26977 26978 26979 26980 |
# File 'lib/v20180717/models.rb', line 26977 def initialize(field=nil, order=nil) @Field = field @Order = order end |
Instance Attribute Details
#Field ⇒ Object
26975 26976 26977 |
# File 'lib/v20180717/models.rb', line 26975 def Field @Field end |
#Order ⇒ Object
26975 26976 26977 |
# File 'lib/v20180717/models.rb', line 26975 def Order @Order end |
Instance Method Details
#deserialize(params) ⇒ Object
26982 26983 26984 26985 |
# File 'lib/v20180717/models.rb', line 26982 def deserialize(params) @Field = params['Field'] @Order = params['Order'] end |