Class: TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndPlayListRequest

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

Overview

DescribeVcubeApplicationAndPlayList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(biztype = nil, apptype = nil, appname = nil, bundleid = nil, packagename = nil, platform = nil, macbundleid = nil, winprocessname = nil, licenseid = nil) ⇒ DescribeVcubeApplicationAndPlayListRequest

Returns a new instance of DescribeVcubeApplicationAndPlayListRequest.



1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
# File 'lib/v20220410/models.rb', line 1098

def initialize(biztype=nil, apptype=nil, appname=nil, bundleid=nil, packagename=nil, platform=nil, macbundleid=nil, winprocessname=nil, licenseid=nil)
  @BizType = biztype
  @AppType = apptype
  @AppName = appname
  @BundleId = bundleid
  @PackageName = packagename
  @Platform = platform
  @MacBundleId = macbundleid
  @WinProcessName = winprocessname
  @LicenseId = licenseid
end

Instance Attribute Details

#AppNameObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def AppName
  @AppName
end

#AppTypeObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def AppType
  @AppType
end

#BizTypeObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def BizType
  @BizType
end

#BundleIdObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def BundleId
  @BundleId
end

#LicenseIdObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def LicenseId
  @LicenseId
end

#MacBundleIdObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def MacBundleId
  @MacBundleId
end

#PackageNameObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def PackageName
  @PackageName
end

#PlatformObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def Platform
  @Platform
end

#WinProcessNameObject

Parameters:

  • BizType:

    查询对应业务方的license,直播:live 点播:vod

  • AppType:

    应用类型测试:test,正式:formal

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名

  • LicenseId:

    license唯一标识



1096
1097
1098
# File 'lib/v20220410/models.rb', line 1096

def WinProcessName
  @WinProcessName
end

Instance Method Details

#deserialize(params) ⇒ Object



1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
# File 'lib/v20220410/models.rb', line 1110

def deserialize(params)
  @BizType = params['BizType']
  @AppType = params['AppType']
  @AppName = params['AppName']
  @BundleId = params['BundleId']
  @PackageName = params['PackageName']
  @Platform = params['Platform']
  @MacBundleId = params['MacBundleId']
  @WinProcessName = params['WinProcessName']
  @LicenseId = params['LicenseId']
end