Class: TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndPlayListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndPlayListRequest
- Defined in:
- lib/v20220410/models.rb
Overview
DescribeVcubeApplicationAndPlayList请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #AppType ⇒ Object
- #BizType ⇒ Object
- #BundleId ⇒ Object
- #LicenseId ⇒ Object
- #MacBundleId ⇒ Object
- #PackageName ⇒ Object
- #Platform ⇒ Object
- #WinProcessName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(biztype = nil, apptype = nil, appname = nil, bundleid = nil, packagename = nil, platform = nil, macbundleid = nil, winprocessname = nil, licenseid = nil) ⇒ DescribeVcubeApplicationAndPlayListRequest
constructor
A new instance of DescribeVcubeApplicationAndPlayListRequest.
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
#AppName ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def AppName @AppName end |
#AppType ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def AppType @AppType end |
#BizType ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def BizType @BizType end |
#BundleId ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def BundleId @BundleId end |
#LicenseId ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def LicenseId @LicenseId end |
#MacBundleId ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def MacBundleId @MacBundleId end |
#PackageName ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def PackageName @PackageName end |
#Platform ⇒ Object
1096 1097 1098 |
# File 'lib/v20220410/models.rb', line 1096 def Platform @Platform end |
#WinProcessName ⇒ Object
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 |