Class: TencentCloud::Vod::V20180717::DescribeJustInTimeTranscodeTemplatesRequest

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

Overview

DescribeJustInTimeTranscodeTemplates请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(names = nil, subappid = nil, type = nil, offset = nil, limit = nil) ⇒ DescribeJustInTimeTranscodeTemplatesRequest

Returns a new instance of DescribeJustInTimeTranscodeTemplatesRequest.



11362
11363
11364
11365
11366
11367
11368
# File 'lib/v20180717/models.rb', line 11362

def initialize(names=nil, subappid=nil, type=nil, offset=nil, limit=nil)
  @Names = names
  @SubAppId = subappid
  @Type = type
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#LimitObject

<li>Preset:系统预置任务流模板;</li> <li>Custom:用户自定义任务流模板。</li>

Parameters:

  • Names:

    模板名过滤条件,数组长度限制:100。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>

  • Type:

    模板类型过滤条件,可选值:

  • Offset:

    分页偏移量,默认值:0。

  • Limit:

    返回记录条数,默认值:10,最大值:100。



11360
11361
11362
# File 'lib/v20180717/models.rb', line 11360

def Limit
  @Limit
end

#NamesObject

<li>Preset:系统预置任务流模板;</li> <li>Custom:用户自定义任务流模板。</li>

Parameters:

  • Names:

    模板名过滤条件,数组长度限制:100。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>

  • Type:

    模板类型过滤条件,可选值:

  • Offset:

    分页偏移量,默认值:0。

  • Limit:

    返回记录条数,默认值:10,最大值:100。



11360
11361
11362
# File 'lib/v20180717/models.rb', line 11360

def Names
  @Names
end

#OffsetObject

<li>Preset:系统预置任务流模板;</li> <li>Custom:用户自定义任务流模板。</li>

Parameters:

  • Names:

    模板名过滤条件,数组长度限制:100。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>

  • Type:

    模板类型过滤条件,可选值:

  • Offset:

    分页偏移量,默认值:0。

  • Limit:

    返回记录条数,默认值:10,最大值:100。



11360
11361
11362
# File 'lib/v20180717/models.rb', line 11360

def Offset
  @Offset
end

#SubAppIdObject

<li>Preset:系统预置任务流模板;</li> <li>Custom:用户自定义任务流模板。</li>

Parameters:

  • Names:

    模板名过滤条件,数组长度限制:100。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>

  • Type:

    模板类型过滤条件,可选值:

  • Offset:

    分页偏移量,默认值:0。

  • Limit:

    返回记录条数,默认值:10,最大值:100。



11360
11361
11362
# File 'lib/v20180717/models.rb', line 11360

def SubAppId
  @SubAppId
end

#TypeObject

<li>Preset:系统预置任务流模板;</li> <li>Custom:用户自定义任务流模板。</li>

Parameters:

  • Names:

    模板名过滤条件,数组长度限制:100。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>

  • Type:

    模板类型过滤条件,可选值:

  • Offset:

    分页偏移量,默认值:0。

  • Limit:

    返回记录条数,默认值:10,最大值:100。



11360
11361
11362
# File 'lib/v20180717/models.rb', line 11360

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



11370
11371
11372
11373
11374
11375
11376
# File 'lib/v20180717/models.rb', line 11370

def deserialize(params)
  @Names = params['Names']
  @SubAppId = params['SubAppId']
  @Type = params['Type']
  @Offset = params['Offset']
  @Limit = params['Limit']
end