Class: TencentCloud::Vcube::V20220410::CreateTrialApplicationAndLicenseRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateTrialApplicationAndLicenseRequest
- Defined in:
- lib/v20220410/models.rb
Overview
CreateTrialApplicationAndLicense请求参数结构体
Instance Attribute Summary collapse
- #AppName ⇒ Object
- #BundleId ⇒ Object
- #CompanyName ⇒ Object
- #CompanyPermit ⇒ Object
- #CompanyType ⇒ Object
- #DomainList ⇒ Object
- #FeatureIds ⇒ Object
- #MacBundleId ⇒ Object
- #PackageName ⇒ Object
- #PlanList ⇒ Object
- #Platform ⇒ Object
- #WinProcessName ⇒ Object
- #XMagic ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, bundleid = nil, packagename = nil, featureids = nil, xmagic = nil, companypermit = nil, companytype = nil, companyname = nil, planlist = nil, macbundleid = nil, winprocessname = nil, platform = nil, domainlist = nil) ⇒ CreateTrialApplicationAndLicenseRequest
constructor
A new instance of CreateTrialApplicationAndLicenseRequest.
Constructor Details
#initialize(appname = nil, bundleid = nil, packagename = nil, featureids = nil, xmagic = nil, companypermit = nil, companytype = nil, companyname = nil, planlist = nil, macbundleid = nil, winprocessname = nil, platform = nil, domainlist = nil) ⇒ CreateTrialApplicationAndLicenseRequest
Returns a new instance of CreateTrialApplicationAndLicenseRequest.
533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 |
# File 'lib/v20220410/models.rb', line 533 def initialize(appname=nil, bundleid=nil, packagename=nil, featureids=nil, xmagic=nil, companypermit=nil, companytype=nil, companyname=nil, planlist=nil, macbundleid=nil, winprocessname=nil, platform=nil, domainlist=nil) @AppName = appname @BundleId = bundleid @PackageName = packagename @FeatureIds = featureids @XMagic = xmagic @CompanyPermit = companypermit @CompanyType = companytype @CompanyName = companyname @PlanList = planlist @MacBundleId = macbundleid @WinProcessName = winprocessname @Platform = platform @DomainList = domainlist end |
Instance Attribute Details
#AppName ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def AppName @AppName end |
#BundleId ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def BundleId @BundleId end |
#CompanyName ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def CompanyName @CompanyName end |
#CompanyPermit ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def CompanyPermit @CompanyPermit end |
#CompanyType ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def CompanyType @CompanyType end |
#DomainList ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def DomainList @DomainList end |
#FeatureIds ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def FeatureIds @FeatureIds end |
#MacBundleId ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def MacBundleId @MacBundleId end |
#PackageName ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def PackageName @PackageName end |
#PlanList ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def PlanList @PlanList end |
#Platform ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def Platform @Platform end |
#WinProcessName ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def WinProcessName @WinProcessName end |
#XMagic ⇒ Object
531 532 533 |
# File 'lib/v20220410/models.rb', line 531 def XMagic @XMagic end |
Instance Method Details
#deserialize(params) ⇒ Object
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 |
# File 'lib/v20220410/models.rb', line 549 def deserialize(params) @AppName = params['AppName'] @BundleId = params['BundleId'] @PackageName = params['PackageName'] @FeatureIds = params['FeatureIds'] @XMagic = params['XMagic'] @CompanyPermit = params['CompanyPermit'] @CompanyType = params['CompanyType'] @CompanyName = params['CompanyName'] @PlanList = params['PlanList'] @MacBundleId = params['MacBundleId'] @WinProcessName = params['WinProcessName'] @Platform = params['Platform'] @DomainList = params['DomainList'] end |