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.



12752
12753
12754
12755
12756
12757
12758
# File 'lib/v20180717/models.rb', line 12752

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。



12750
12751
12752
# File 'lib/v20180717/models.rb', line 12750

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。



12750
12751
12752
# File 'lib/v20180717/models.rb', line 12750

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。



12750
12751
12752
# File 'lib/v20180717/models.rb', line 12750

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。



12750
12751
12752
# File 'lib/v20180717/models.rb', line 12750

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。



12750
12751
12752
# File 'lib/v20180717/models.rb', line 12750

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



12760
12761
12762
12763
12764
12765
12766
# File 'lib/v20180717/models.rb', line 12760

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