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.
7360 7361 7362 7363 7364 |
# File 'lib/v20180606/models.rb', line 7360 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。
7358 7359 7360 |
# File 'lib/v20180606/models.rb', line 7358 def Fuzzy @Fuzzy end |
#Name ⇒ Object
apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。
7358 7359 7360 |
# File 'lib/v20180606/models.rb', line 7358 def Name @Name end |
#Value ⇒ Object
apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。
7358 7359 7360 |
# File 'lib/v20180606/models.rb', line 7358 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7366 7367 7368 7369 7370 |
# File 'lib/v20180606/models.rb', line 7366 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Fuzzy = params['Fuzzy'] end |