Class: TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndXMagicListRequest

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

Overview

DescribeVcubeApplicationAndXMagicList请求参数结构体

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) ⇒ DescribeVcubeApplicationAndXMagicListRequest

Returns a new instance of DescribeVcubeApplicationAndXMagicListRequest.



1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
# File 'lib/v20220410/models.rb', line 1171

def initialize(biztype=nil, apptype=nil, appname=nil, bundleid=nil, packagename=nil, platform=nil, macbundleid=nil, winprocessname=nil)
  @BizType = biztype
  @AppType = apptype
  @AppName = appname
  @BundleId = bundleid
  @PackageName = packagename
  @Platform = platform
  @MacBundleId = macbundleid
  @WinProcessName = winprocessname
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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

def BundleId
  @BundleId
end

#MacBundleIdObject

Parameters:

  • BizType:

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

  • AppType:

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

  • AppName:

    应用名称,模糊查询

  • BundleId:

    Ios包名,模糊查询

  • PackageName:

    Android 包名,模糊查询

  • Platform:

    平台信息,pc 或者 mobile

  • MacBundleId:

    Mac 进程名

  • WinProcessName:

    Windows 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

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 进程名



1169
1170
1171
# File 'lib/v20220410/models.rb', line 1169

def WinProcessName
  @WinProcessName
end

Instance Method Details

#deserialize(params) ⇒ Object



1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
# File 'lib/v20220410/models.rb', line 1182

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']
end