Class: TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndLicenseRequest

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

Overview

DescribeVcubeApplicationAndLicense请求参数结构体

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

Returns a new instance of DescribeVcubeApplicationAndLicenseRequest.



1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
# File 'lib/v20220410/models.rb', line 1025

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

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



1023
1024
1025
# File 'lib/v20220410/models.rb', line 1023

def WinProcessName
  @WinProcessName
end

Instance Method Details

#deserialize(params) ⇒ Object



1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/v20220410/models.rb', line 1036

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