Class: TencentCloud::Cfg::V20210820::TaskGroupForAction
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::TaskGroupForAction
- Defined in:
- lib/v20210820/models.rb
Overview
演练动作组简易配置
Instance Attribute Summary collapse
- #TaskActionCustomConfiguration ⇒ Object
- #TaskActionGeneralConfiguration ⇒ Object
- #TaskActionId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskactionid = nil, taskactiongeneralconfiguration = nil, taskactioncustomconfiguration = nil) ⇒ TaskGroupForAction
constructor
A new instance of TaskGroupForAction.
Constructor Details
#initialize(taskactionid = nil, taskactiongeneralconfiguration = nil, taskactioncustomconfiguration = nil) ⇒ TaskGroupForAction
Returns a new instance of TaskGroupForAction.
2043 2044 2045 2046 2047 |
# File 'lib/v20210820/models.rb', line 2043 def initialize(taskactionid=nil, taskactiongeneralconfiguration=nil, taskactioncustomconfiguration=nil) @TaskActionId = taskactionid @TaskActionGeneralConfiguration = taskactiongeneralconfiguration @TaskActionCustomConfiguration = taskactioncustomconfiguration end |
Instance Attribute Details
#TaskActionCustomConfiguration ⇒ Object
2041 2042 2043 |
# File 'lib/v20210820/models.rb', line 2041 def TaskActionCustomConfiguration @TaskActionCustomConfiguration end |
#TaskActionGeneralConfiguration ⇒ Object
2041 2042 2043 |
# File 'lib/v20210820/models.rb', line 2041 def TaskActionGeneralConfiguration @TaskActionGeneralConfiguration end |
#TaskActionId ⇒ Object
2041 2042 2043 |
# File 'lib/v20210820/models.rb', line 2041 def TaskActionId @TaskActionId end |
Instance Method Details
#deserialize(params) ⇒ Object
2049 2050 2051 2052 2053 |
# File 'lib/v20210820/models.rb', line 2049 def deserialize(params) @TaskActionId = params['TaskActionId'] @TaskActionGeneralConfiguration = params['TaskActionGeneralConfiguration'] @TaskActionCustomConfiguration = params['TaskActionCustomConfiguration'] end |