Class: TencentCloud::As::V20180419::RunAutomationServiceEnabled
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::RunAutomationServiceEnabled
- Defined in:
- lib/v20180419/models.rb
Overview
描述了 “自动化助手” 服务相关的信息
Instance Attribute Summary collapse
-
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
5138 5139 5140 |
# File 'lib/v20180419/models.rb', line 5138 def initialize(enabled=nil) @Enabled = enabled end |
Instance Attribute Details
#Enabled ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5136 5137 5138 |
# File 'lib/v20180419/models.rb', line 5136 def Enabled @Enabled end |
Instance Method Details
#deserialize(params) ⇒ Object
5142 5143 5144 |
# File 'lib/v20180419/models.rb', line 5142 def deserialize(params) @Enabled = params['Enabled'] end |