Class: TencentCloud::Ciam::V20220331::Sort
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::Sort
- Defined in:
- lib/v20220331/models.rb
Overview
查询用户排序
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(propertykey = nil, order = nil) ⇒ Sort
constructor
A new instance of Sort.
Constructor Details
#initialize(propertykey = nil, order = nil) ⇒ Sort
Returns a new instance of Sort.
1649 1650 1651 1652 |
# File 'lib/v20220331/models.rb', line 1649 def initialize(propertykey=nil, order=nil) @PropertyKey = propertykey @Order = order end |
Instance Attribute Details
#Order ⇒ Object
1647 1648 1649 |
# File 'lib/v20220331/models.rb', line 1647 def Order @Order end |
#PropertyKey ⇒ Object
1647 1648 1649 |
# File 'lib/v20220331/models.rb', line 1647 def PropertyKey @PropertyKey end |
Instance Method Details
#deserialize(params) ⇒ Object
1654 1655 1656 1657 |
# File 'lib/v20220331/models.rb', line 1654 def deserialize(params) @PropertyKey = params['PropertyKey'] @Order = params['Order'] end |