Class: TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndXMagicListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::DescribeVcubeApplicationAndXMagicListRequest
- Defined in:
- lib/v20220410/models.rb
Overview
DescribeVcubeApplicationAndXMagicList请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #AppType ⇒ Object
- #BizType ⇒ Object
- #BundleId ⇒ 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) ⇒ DescribeVcubeApplicationAndXMagicListRequest
constructor
A new instance of DescribeVcubeApplicationAndXMagicListRequest.
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
#AppName ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def AppName @AppName end |
#AppType ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def AppType @AppType end |
#BizType ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def BizType @BizType end |
#BundleId ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def BundleId @BundleId end |
#MacBundleId ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def MacBundleId @MacBundleId end |
#PackageName ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def PackageName @PackageName end |
#Platform ⇒ Object
1169 1170 1171 |
# File 'lib/v20220410/models.rb', line 1169 def Platform @Platform end |
#WinProcessName ⇒ Object
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 |