Class: TencentCloud::Ms::V20180408::AppInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::AppInfo
- Defined in:
- lib/v20180408/models.rb
Overview
提交的app基本信息
Instance Attribute Summary collapse
- #AppIconUrl ⇒ Object
- #AppMd5 ⇒ Object
- #AppName ⇒ Object
- #AppPkgName ⇒ Object
- #AppSize ⇒ Object
- #AppUrl ⇒ Object
- #AppVersion ⇒ Object
- #FileName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appurl = nil, appmd5 = nil, appsize = nil, filename = nil, apppkgname = nil, appversion = nil, appiconurl = nil, appname = nil) ⇒ AppInfo
constructor
A new instance of AppInfo.
Constructor Details
#initialize(appurl = nil, appmd5 = nil, appsize = nil, filename = nil, apppkgname = nil, appversion = nil, appiconurl = nil, appname = nil) ⇒ AppInfo
Returns a new instance of AppInfo.
410 411 412 413 414 415 416 417 418 419 |
# File 'lib/v20180408/models.rb', line 410 def initialize(appurl=nil, appmd5=nil, appsize=nil, filename=nil, apppkgname=nil, appversion=nil, appiconurl=nil, appname=nil) @AppUrl = appurl @AppMd5 = appmd5 @AppSize = appsize @FileName = filename @AppPkgName = apppkgname @AppVersion = appversion @AppIconUrl = appiconurl @AppName = appname end |
Instance Attribute Details
#AppIconUrl ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppIconUrl @AppIconUrl end |
#AppMd5 ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppMd5 @AppMd5 end |
#AppName ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppName @AppName end |
#AppPkgName ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppPkgName @AppPkgName end |
#AppSize ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppSize @AppSize end |
#AppUrl ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppUrl @AppUrl end |
#AppVersion ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def AppVersion @AppVersion end |
#FileName ⇒ Object
408 409 410 |
# File 'lib/v20180408/models.rb', line 408 def FileName @FileName end |
Instance Method Details
#deserialize(params) ⇒ Object
421 422 423 424 425 426 427 428 429 430 |
# File 'lib/v20180408/models.rb', line 421 def deserialize(params) @AppUrl = params['AppUrl'] @AppMd5 = params['AppMd5'] @AppSize = params['AppSize'] @FileName = params['FileName'] @AppPkgName = params['AppPkgName'] @AppVersion = params['AppVersion'] @AppIconUrl = params['AppIconUrl'] @AppName = params['AppName'] end |