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.
3012 3013 3014 3015 |
# File 'lib/v20200915/models.rb', line 3012 def initialize(name=nil, version=nil) @Name = name @Version = version end |
Instance Attribute Details
#Name ⇒ Object
3010 3011 3012 |
# File 'lib/v20200915/models.rb', line 3010 def Name @Name end |
#Version ⇒ Object
3010 3011 3012 |
# File 'lib/v20200915/models.rb', line 3010 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
3017 3018 3019 3020 |
# File 'lib/v20200915/models.rb', line 3017 def deserialize(params) @Name = params['Name'] @Version = params['Version'] end |