Class: TencentCloud::Cdwch::V20200915::ServiceInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::ServiceInfo
- Defined in:
- lib/v20200915/models.rb
Overview
服务详细信息描述。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, version = nil) ⇒ ServiceInfo
constructor
A new instance of ServiceInfo.
Constructor Details
#initialize(name = nil, version = nil) ⇒ ServiceInfo
Returns a new instance of ServiceInfo.
3207 3208 3209 3210 |
# File 'lib/v20200915/models.rb', line 3207 def initialize(name=nil, version=nil) @Name = name @Version = version end |
Instance Attribute Details
#Name ⇒ Object
3205 3206 3207 |
# File 'lib/v20200915/models.rb', line 3205 def Name @Name end |
#Version ⇒ Object
3205 3206 3207 |
# File 'lib/v20200915/models.rb', line 3205 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
3212 3213 3214 3215 |
# File 'lib/v20200915/models.rb', line 3212 def deserialize(params) @Name = params['Name'] @Version = params['Version'] end |