Class: TencentCloud::Ecdn::V20191012::CacheKey
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecdn::V20191012::CacheKey
- Defined in:
- lib/v20191012/models.rb
Overview
缓存相关配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fullurlcache = nil) ⇒ CacheKey
constructor
A new instance of CacheKey.
Constructor Details
#initialize(fullurlcache = nil) ⇒ CacheKey
Returns a new instance of CacheKey.
109 110 111 |
# File 'lib/v20191012/models.rb', line 109 def initialize(fullurlcache=nil) @FullUrlCache = fullurlcache end |
Instance Attribute Details
#FullUrlCache ⇒ Object
107 108 109 |
# File 'lib/v20191012/models.rb', line 107 def FullUrlCache @FullUrlCache end |
Instance Method Details
#deserialize(params) ⇒ Object
113 114 115 |
# File 'lib/v20191012/models.rb', line 113 def deserialize(params) @FullUrlCache = params['FullUrlCache'] end |