Class: TencentCloud::Ms::V20180408::AppDetailInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::AppDetailInfo
- Defined in:
- lib/v20180408/models.rb
Overview
app的详细基础信息
Instance Attribute Summary collapse
- #AppIconUrl ⇒ Object
- #AppMd5 ⇒ Object
- #AppName ⇒ Object
- #AppPkgName ⇒ Object
- #AppSize ⇒ Object
- #AppVersion ⇒ Object
- #FileName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appname = nil, apppkgname = nil, appversion = nil, appsize = nil, appmd5 = nil, appiconurl = nil, filename = nil) ⇒ AppDetailInfo
constructor
A new instance of AppDetailInfo.
Constructor Details
#initialize(appname = nil, apppkgname = nil, appversion = nil, appsize = nil, appmd5 = nil, appiconurl = nil, filename = nil) ⇒ AppDetailInfo
Returns a new instance of AppDetailInfo.
368 369 370 371 372 373 374 375 376 |
# File 'lib/v20180408/models.rb', line 368 def initialize(appname=nil, apppkgname=nil, appversion=nil, appsize=nil, appmd5=nil, appiconurl=nil, filename=nil) @AppName = appname @AppPkgName = apppkgname @AppVersion = appversion @AppSize = appsize @AppMd5 = appmd5 @AppIconUrl = appiconurl @FileName = filename end |
Instance Attribute Details
#AppIconUrl ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppIconUrl @AppIconUrl end |
#AppMd5 ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppMd5 @AppMd5 end |
#AppName ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppName @AppName end |
#AppPkgName ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppPkgName @AppPkgName end |
#AppSize ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppSize @AppSize end |
#AppVersion ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def AppVersion @AppVersion end |
#FileName ⇒ Object
366 367 368 |
# File 'lib/v20180408/models.rb', line 366 def FileName @FileName end |
Instance Method Details
#deserialize(params) ⇒ Object
378 379 380 381 382 383 384 385 386 |
# File 'lib/v20180408/models.rb', line 378 def deserialize(params) @AppName = params['AppName'] @AppPkgName = params['AppPkgName'] @AppVersion = params['AppVersion'] @AppSize = params['AppSize'] @AppMd5 = params['AppMd5'] @AppIconUrl = params['AppIconUrl'] @FileName = params['FileName'] end |