Class: TencentCloud::Vcube::V20220410::CreateApplicationAndBindLicenseRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateApplicationAndBindLicenseRequest
- Defined in:
- lib/v20220410/models.rb
Overview
CreateApplicationAndBindLicense请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #BundleId ⇒ Object
- #CompanyName ⇒ Object
- #CompanyPermit ⇒ Object
- #CompanyType ⇒ Object
- #DomainList ⇒ Object
- #MacBundleId ⇒ Object
- #PackageName ⇒ Object
- #Platform ⇒ Object
- #ResourceIds ⇒ Object
- #WinProcessName ⇒ Object
- #XMagicResourceIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, bundleid = nil, packagename = nil, resourceids = nil, companypermit = nil, companytype = nil, companyname = nil, xmagicresourceids = nil, macbundleid = nil, winprocessname = nil, domainlist = nil, platform = nil) ⇒ CreateApplicationAndBindLicenseRequest
constructor
A new instance of CreateApplicationAndBindLicenseRequest.
Constructor Details
#initialize(appname = nil, bundleid = nil, packagename = nil, resourceids = nil, companypermit = nil, companytype = nil, companyname = nil, xmagicresourceids = nil, macbundleid = nil, winprocessname = nil, domainlist = nil, platform = nil) ⇒ CreateApplicationAndBindLicenseRequest
Returns a new instance of CreateApplicationAndBindLicenseRequest.
283 284 285 286 287 288 289 290 291 292 293 294 295 296 |
# File 'lib/v20220410/models.rb', line 283 def initialize(appname=nil, bundleid=nil, packagename=nil, resourceids=nil, companypermit=nil, companytype=nil, companyname=nil, xmagicresourceids=nil, macbundleid=nil, winprocessname=nil, domainlist=nil, platform=nil) @AppName = appname @BundleId = bundleid @PackageName = packagename @ResourceIds = resourceids @CompanyPermit = companypermit @CompanyType = companytype @CompanyName = companyname @XMagicResourceIds = xmagicresourceids @MacBundleId = macbundleid @WinProcessName = winprocessname @DomainList = domainlist @Platform = platform end |
Instance Attribute Details
#AppName ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def AppName @AppName end |
#BundleId ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def BundleId @BundleId end |
#CompanyName ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def CompanyName @CompanyName end |
#CompanyPermit ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def CompanyPermit @CompanyPermit end |
#CompanyType ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def CompanyType @CompanyType end |
#DomainList ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def DomainList @DomainList end |
#MacBundleId ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def MacBundleId @MacBundleId end |
#PackageName ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def PackageName @PackageName end |
#Platform ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def Platform @Platform end |
#ResourceIds ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def ResourceIds @ResourceIds end |
#WinProcessName ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def WinProcessName @WinProcessName end |
#XMagicResourceIds ⇒ Object
281 282 283 |
# File 'lib/v20220410/models.rb', line 281 def XMagicResourceIds @XMagicResourceIds end |
Instance Method Details
#deserialize(params) ⇒ Object
298 299 300 301 302 303 304 305 306 307 308 309 310 311 |
# File 'lib/v20220410/models.rb', line 298 def deserialize(params) @AppName = params['AppName'] @BundleId = params['BundleId'] @PackageName = params['PackageName'] @ResourceIds = params['ResourceIds'] @CompanyPermit = params['CompanyPermit'] @CompanyType = params['CompanyType'] @CompanyName = params['CompanyName'] @XMagicResourceIds = params['XMagicResourceIds'] @MacBundleId = params['MacBundleId'] @WinProcessName = params['WinProcessName'] @DomainList = params['DomainList'] @Platform = params['Platform'] end |