Class: TencentCloud::Vcube::V20220410::CreateActivityLicenseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vcube::V20220410::CreateActivityLicenseResponse
- Defined in:
- lib/v20220410/models.rb
Overview
CreateActivityLicense返回参数结构体
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #AppName ⇒ Object
- #BundleId ⇒ Object
- #Duration ⇒ Object
- #EndTime ⇒ Object
- #LicenseKey ⇒ Object
- #LicenseUrl ⇒ Object
- #PackageName ⇒ Object
- #RequestId ⇒ Object
- #Residue ⇒ Object
- #ResidueDay ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, appname = nil, bundleid = nil, packagename = nil, duration = nil, starttime = nil, endtime = nil, licensekey = nil, licenseurl = nil, residueday = nil, residue = nil, requestid = nil) ⇒ CreateActivityLicenseResponse
constructor
A new instance of CreateActivityLicenseResponse.
Constructor Details
#initialize(appid = nil, appname = nil, bundleid = nil, packagename = nil, duration = nil, starttime = nil, endtime = nil, licensekey = nil, licenseurl = nil, residueday = nil, residue = nil, requestid = nil) ⇒ CreateActivityLicenseResponse
Returns a new instance of CreateActivityLicenseResponse.
223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'lib/v20220410/models.rb', line 223 def initialize(appid=nil, appname=nil, bundleid=nil, packagename=nil, duration=nil, starttime=nil, endtime=nil, licensekey=nil, licenseurl=nil, residueday=nil, residue=nil, requestid=nil) @AppId = appid @AppName = appname @BundleId = bundleid @PackageName = packagename @Duration = duration @StartTime = starttime @EndTime = endtime @LicenseKey = licensekey @LicenseUrl = licenseurl @ResidueDay = residueday @Residue = residue @RequestId = requestid end |
Instance Attribute Details
#AppId ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def AppId @AppId end |
#AppName ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def AppName @AppName end |
#BundleId ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def BundleId @BundleId end |
#Duration ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def Duration @Duration end |
#EndTime ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def EndTime @EndTime end |
#LicenseKey ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def LicenseKey @LicenseKey end |
#LicenseUrl ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def LicenseUrl @LicenseUrl end |
#PackageName ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def PackageName @PackageName end |
#RequestId ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def RequestId @RequestId end |
#Residue ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def Residue @Residue end |
#ResidueDay ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def ResidueDay @ResidueDay end |
#StartTime ⇒ Object
221 222 223 |
# File 'lib/v20220410/models.rb', line 221 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
# File 'lib/v20220410/models.rb', line 238 def deserialize(params) @AppId = params['AppId'] @AppName = params['AppName'] @BundleId = params['BundleId'] @PackageName = params['PackageName'] @Duration = params['Duration'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @LicenseKey = params['LicenseKey'] @LicenseUrl = params['LicenseUrl'] @ResidueDay = params['ResidueDay'] @Residue = params['Residue'] @RequestId = params['RequestId'] end |