Class: TencentCloud::Gse::V20191112::AssetSupportSys
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::AssetSupportSys
- Defined in:
- lib/v20191112/models.rb
Overview
生成包支持操作系统详细信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageid = nil, ostype = nil, osbit = nil, osversion = nil) ⇒ AssetSupportSys
constructor
A new instance of AssetSupportSys.
Constructor Details
#initialize(imageid = nil, ostype = nil, osbit = nil, osversion = nil) ⇒ AssetSupportSys
Returns a new instance of AssetSupportSys.
189 190 191 192 193 194 |
# File 'lib/v20191112/models.rb', line 189 def initialize(imageid=nil, ostype=nil, osbit=nil, osversion=nil) @ImageId = imageid @OsType = ostype @OsBit = osbit @OsVersion = osversion end |
Instance Attribute Details
#ImageId ⇒ Object
187 188 189 |
# File 'lib/v20191112/models.rb', line 187 def ImageId @ImageId end |
#OsBit ⇒ Object
187 188 189 |
# File 'lib/v20191112/models.rb', line 187 def OsBit @OsBit end |
#OsType ⇒ Object
187 188 189 |
# File 'lib/v20191112/models.rb', line 187 def OsType @OsType end |
#OsVersion ⇒ Object
187 188 189 |
# File 'lib/v20191112/models.rb', line 187 def OsVersion @OsVersion end |
Instance Method Details
#deserialize(params) ⇒ Object
196 197 198 199 200 201 |
# File 'lib/v20191112/models.rb', line 196 def deserialize(params) @ImageId = params['ImageId'] @OsType = params['OsType'] @OsBit = params['OsBit'] @OsVersion = params['OsVersion'] end |