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.
8411 8412 8413 8414 8415 |
# File 'lib/v20201207/models.rb', line 8411 def initialize(version=nil, name=nil, key=nil) @Version = version @Name = name @Key = key end |
Instance Attribute Details
#Key ⇒ Object
8409 8410 8411 |
# File 'lib/v20201207/models.rb', line 8409 def Key @Key end |
#Name ⇒ Object
8409 8410 8411 |
# File 'lib/v20201207/models.rb', line 8409 def Name @Name end |
#Version ⇒ Object
8409 8410 8411 |
# File 'lib/v20201207/models.rb', line 8409 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
8417 8418 8419 8420 8421 |
# File 'lib/v20201207/models.rb', line 8417 def deserialize(params) @Version = params['Version'] @Name = params['Name'] @Key = params['Key'] end |