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
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
2016 2017 2018 2019 |
# File 'lib/v20200915/models.rb', line 2016 def initialize(name=nil, version=nil) @Name = name @Version = version end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2014 2015 2016 |
# File 'lib/v20200915/models.rb', line 2014 def Name @Name end |
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2014 2015 2016 |
# File 'lib/v20200915/models.rb', line 2014 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
2021 2022 2023 2024 |
# File 'lib/v20200915/models.rb', line 2021 def deserialize(params) @Name = params['Name'] @Version = params['Version'] end |