Class: TencentCloud::Cdn::V20180606::BotSortBy
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::BotSortBy
- Defined in:
- lib/v20180606/models.rb
Overview
Bot记录的排序选项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, sequence = nil) ⇒ BotSortBy
constructor
A new instance of BotSortBy.
Constructor Details
#initialize(key = nil, sequence = nil) ⇒ BotSortBy
Returns a new instance of BotSortBy.
1863 1864 1865 1866 |
# File 'lib/v20180606/models.rb', line 1863 def initialize(key=nil, sequence=nil) @Key = key @Sequence = sequence end |
Instance Attribute Details
#Key ⇒ Object
1861 1862 1863 |
# File 'lib/v20180606/models.rb', line 1861 def Key @Key end |
#Sequence ⇒ Object
1861 1862 1863 |
# File 'lib/v20180606/models.rb', line 1861 def Sequence @Sequence end |
Instance Method Details
#deserialize(params) ⇒ Object
1868 1869 1870 1871 |
# File 'lib/v20180606/models.rb', line 1868 def deserialize(params) @Key = params['Key'] @Sequence = params['Sequence'] end |