Class: TencentCloud::Cvm::V20170312::RunAutomationServiceEnabled
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::RunAutomationServiceEnabled
- Defined in:
- lib/v20170312/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.
8075 8076 8077 |
# File 'lib/v20170312/models.rb', line 8075 def initialize(enabled=nil) @Enabled = enabled end |
Instance Attribute Details
#Enabled ⇒ Object
8073 8074 8075 |
# File 'lib/v20170312/models.rb', line 8073 def Enabled @Enabled end |
Instance Method Details
#deserialize(params) ⇒ Object
8079 8080 8081 |
# File 'lib/v20170312/models.rb', line 8079 def deserialize(params) @Enabled = params['Enabled'] end |