Class: TencentCloud::Thpc::V20230321::RunAutomationServiceEnabled
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::RunAutomationServiceEnabled
- Defined in:
- lib/v20230321/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.
2499 2500 2501 |
# File 'lib/v20230321/models.rb', line 2499 def initialize(enabled=nil) @Enabled = enabled end |
Instance Attribute Details
#Enabled ⇒ Object
2497 2498 2499 |
# File 'lib/v20230321/models.rb', line 2497 def Enabled @Enabled end |
Instance Method Details
#deserialize(params) ⇒ Object
2503 2504 2505 |
# File 'lib/v20230321/models.rb', line 2503 def deserialize(params) @Enabled = params['Enabled'] end |