Class: TencentCloud::Ame::V20190916::ApplicationLicenseInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::ApplicationLicenseInput
- Defined in:
- lib/v20190916/models.rb
Overview
用户license基础信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, androidpackagename = nil, iosbundleid = nil, pcidentifier = nil) ⇒ ApplicationLicenseInput
constructor
A new instance of ApplicationLicenseInput.
Constructor Details
#initialize(appname = nil, androidpackagename = nil, iosbundleid = nil, pcidentifier = nil) ⇒ ApplicationLicenseInput
Returns a new instance of ApplicationLicenseInput.
61 62 63 64 65 66 |
# File 'lib/v20190916/models.rb', line 61 def initialize(appname=nil, androidpackagename=nil, iosbundleid=nil, pcidentifier=nil) @AppName = appname @AndroidPackageName = androidpackagename @IOSBundleId = iosbundleid @PcIdentifier = pcidentifier end |
Instance Attribute Details
#AndroidPackageName ⇒ Object
59 60 61 |
# File 'lib/v20190916/models.rb', line 59 def AndroidPackageName @AndroidPackageName end |
#AppName ⇒ Object
59 60 61 |
# File 'lib/v20190916/models.rb', line 59 def AppName @AppName end |
#IOSBundleId ⇒ Object
59 60 61 |
# File 'lib/v20190916/models.rb', line 59 def IOSBundleId @IOSBundleId end |
#PcIdentifier ⇒ Object
59 60 61 |
# File 'lib/v20190916/models.rb', line 59 def PcIdentifier @PcIdentifier end |
Instance Method Details
#deserialize(params) ⇒ Object
68 69 70 71 72 73 |
# File 'lib/v20190916/models.rb', line 68 def deserialize(params) @AppName = params['AppName'] @AndroidPackageName = params['AndroidPackageName'] @IOSBundleId = params['IOSBundleId'] @PcIdentifier = params['PcIdentifier'] end |