Class: TencentCloud::Tke::V20180525::RunAutomationServiceEnabled
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RunAutomationServiceEnabled
- Defined in:
- lib/v20180525/models.rb
Overview
描述了 “云自动化助手” 服务相关的信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enabled = nil) ⇒ RunAutomationServiceEnabled
constructor
A new instance of RunAutomationServiceEnabled.
Constructor Details
#initialize(enabled = nil) ⇒ RunAutomationServiceEnabled
Returns a new instance of RunAutomationServiceEnabled.
17850 17851 17852 |
# File 'lib/v20180525/models.rb', line 17850 def initialize(enabled=nil) @Enabled = enabled end |
Instance Attribute Details
#Enabled ⇒ Object
17848 17849 17850 |
# File 'lib/v20180525/models.rb', line 17848 def Enabled @Enabled end |
Instance Method Details
#deserialize(params) ⇒ Object
17854 17855 17856 |
# File 'lib/v20180525/models.rb', line 17854 def deserialize(params) @Enabled = params['Enabled'] end |