Class: TencentCloud::Tse::V20201207::GovernanceServiceContractVersion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::GovernanceServiceContractVersion
- Defined in:
- lib/v20201207/models.rb
Overview
服务契约版本信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(version = nil, name = nil, key = nil) ⇒ GovernanceServiceContractVersion
constructor
A new instance of GovernanceServiceContractVersion.
Constructor Details
#initialize(version = nil, name = nil, key = nil) ⇒ GovernanceServiceContractVersion
Returns a new instance of GovernanceServiceContractVersion.
8393 8394 8395 8396 8397 |
# File 'lib/v20201207/models.rb', line 8393 def initialize(version=nil, name=nil, key=nil) @Version = version @Name = name @Key = key end |
Instance Attribute Details
#Key ⇒ Object
8391 8392 8393 |
# File 'lib/v20201207/models.rb', line 8391 def Key @Key end |
#Name ⇒ Object
8391 8392 8393 |
# File 'lib/v20201207/models.rb', line 8391 def Name @Name end |
#Version ⇒ Object
8391 8392 8393 |
# File 'lib/v20201207/models.rb', line 8391 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
8399 8400 8401 8402 8403 |
# File 'lib/v20201207/models.rb', line 8399 def deserialize(params) @Version = params['Version'] @Name = params['Name'] @Key = params['Key'] end |