Class: TencentCloud::Lighthouse::V20200324::SoftwareDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::SoftwareDetail
- Defined in:
- lib/v20200324/models.rb
Overview
描述镜像软件详细信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, title = nil, value = nil) ⇒ SoftwareDetail
constructor
A new instance of SoftwareDetail.
Constructor Details
#initialize(key = nil, title = nil, value = nil) ⇒ SoftwareDetail
Returns a new instance of SoftwareDetail.
8314 8315 8316 8317 8318 |
# File 'lib/v20200324/models.rb', line 8314 def initialize(key=nil, title=nil, value=nil) @Key = key @Title = title @Value = value end |
Instance Attribute Details
#Key ⇒ Object
8312 8313 8314 |
# File 'lib/v20200324/models.rb', line 8312 def Key @Key end |
#Title ⇒ Object
8312 8313 8314 |
# File 'lib/v20200324/models.rb', line 8312 def Title @Title end |
#Value ⇒ Object
8312 8313 8314 |
# File 'lib/v20200324/models.rb', line 8312 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
8320 8321 8322 8323 8324 |
# File 'lib/v20200324/models.rb', line 8320 def deserialize(params) @Key = params['Key'] @Title = params['Title'] @Value = params['Value'] end |