Class: TencentCloud::Cdn::V20180606::Sort
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Sort
- Defined in:
- lib/v20180606/models.rb
Overview
查询结果排序条件
Instance Attribute Summary collapse
-
#Key ⇒ Object
createTime,域名创建时间 certExpireTime,证书过期时间 默认createTime。.
-
#Sequence ⇒ Object
createTime,域名创建时间 certExpireTime,证书过期时间 默认createTime。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, sequence = nil) ⇒ Sort
constructor
A new instance of Sort.
Constructor Details
#initialize(key = nil, sequence = nil) ⇒ Sort
Returns a new instance of Sort.
12909 12910 12911 12912 |
# File 'lib/v20180606/models.rb', line 12909 def initialize(key=nil, sequence=nil) @Key = key @Sequence = sequence end |
Instance Attribute Details
#Key ⇒ Object
createTime,域名创建时间 certExpireTime,证书过期时间 默认createTime。
12907 12908 12909 |
# File 'lib/v20180606/models.rb', line 12907 def Key @Key end |
#Sequence ⇒ Object
createTime,域名创建时间 certExpireTime,证书过期时间 默认createTime。
12907 12908 12909 |
# File 'lib/v20180606/models.rb', line 12907 def Sequence @Sequence end |
Instance Method Details
#deserialize(params) ⇒ Object
12914 12915 12916 12917 |
# File 'lib/v20180606/models.rb', line 12914 def deserialize(params) @Key = params['Key'] @Sequence = params['Sequence'] end |