Class: TencentCloud::Cdn::V20180606::EdgePackTaskFilter

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

动态打包任务过滤器

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FuzzyObject

apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。

Parameters:

  • Name:

    过滤字段名

  • Value:

    过滤字段值

  • Fuzzy:

    是否启用模糊查询,仅支持过滤字段名为 apk。



7358
7359
7360
# File 'lib/v20180606/models.rb', line 7358

def Fuzzy
  @Fuzzy
end

#NameObject

apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。

Parameters:

  • Name:

    过滤字段名

  • Value:

    过滤字段值

  • Fuzzy:

    是否启用模糊查询,仅支持过滤字段名为 apk。



7358
7359
7360
# File 'lib/v20180606/models.rb', line 7358

def Name
  @Name
end

#ValueObject

apk: apk名称 status: 母包处理进度 done, failed, processing 模糊查询时,Value长度最大为1。

Parameters:

  • Name:

    过滤字段名

  • Value:

    过滤字段值

  • Fuzzy:

    是否启用模糊查询,仅支持过滤字段名为 apk。



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