Class: TencentCloud::Cdn::V20180606::EdgePackTaskFilter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::EdgePackTaskFilter
- Defined in:
- lib/v20180606/models.rb
Overview
动态打包任务过滤器
Instance Attribute Summary collapse
-
#Fuzzy ⇒ Object
apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。.
-
#Name ⇒ Object
apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。.
-
#Value ⇒ Object
apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, fuzzy = nil) ⇒ EdgePackTaskFilter
constructor
A new instance of EdgePackTaskFilter.
Constructor Details
#initialize(name = nil, value = nil, fuzzy = nil) ⇒ EdgePackTaskFilter
Returns a new instance of EdgePackTaskFilter.
5396 5397 5398 5399 5400 |
# File 'lib/v20180606/models.rb', line 5396 def initialize(name=nil, value=nil, fuzzy=nil) @Name = name @Value = value @Fuzzy = fuzzy end |
Instance Attribute Details
#Fuzzy ⇒ Object
apk: apk名称status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。
5394 5395 5396 |
# File 'lib/v20180606/models.rb', line 5394 def Fuzzy @Fuzzy end |
#Name ⇒ Object
apk: apk名称status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。
5394 5395 5396 |
# File 'lib/v20180606/models.rb', line 5394 def Name @Name end |
#Value ⇒ Object
apk: apk名称status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。
5394 5395 5396 |
# File 'lib/v20180606/models.rb', line 5394 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
5402 5403 5404 5405 5406 |
# File 'lib/v20180606/models.rb', line 5402 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Fuzzy = params['Fuzzy'] end |