Class: TencentCloud::Cfg::V20210820::ActionLibraryListResult

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

动作库数据列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(actionname = nil, desc = nil, actiontype = nil, createtime = nil, creator = nil, updatetime = nil, riskdesc = nil, actionid = nil, attributeid = nil, relationactionid = nil, actioncommand = nil, actioncommandtype = nil, actioncontent = nil, resourcetype = nil, actiondetail = nil, isallowed = nil, actionbestcase = nil, objecttype = nil, metricidlist = nil, isnewaction = nil, objecttypeid = nil) ⇒ ActionLibraryListResult

Returns a new instance of ActionLibraryListResult.



202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# File 'lib/v20210820/models.rb', line 202

def initialize(actionname=nil, desc=nil, actiontype=nil, createtime=nil, creator=nil, updatetime=nil, riskdesc=nil, actionid=nil, attributeid=nil, relationactionid=nil, actioncommand=nil, actioncommandtype=nil, actioncontent=nil, resourcetype=nil, actiondetail=nil, isallowed=nil, actionbestcase=nil, objecttype=nil, metricidlist=nil, isnewaction=nil, objecttypeid=nil)
  @ActionName = actionname
  @Desc = desc
  @ActionType = actiontype
  @CreateTime = createtime
  @Creator = creator
  @UpdateTime = updatetime
  @RiskDesc = riskdesc
  @ActionId = actionid
  @AttributeId = attributeid
  @RelationActionId = relationactionid
  @ActionCommand = actioncommand
  @ActionCommandType = actioncommandtype
  @ActionContent = actioncontent
  @ResourceType = resourcetype
  @ActionDetail = actiondetail
  @IsAllowed = isallowed
  @ActionBestCase = actionbestcase
  @ObjectType = objecttype
  @MetricIdList = metricidlist
  @IsNewAction = isnewaction
  @ObjectTypeId = objecttypeid
end

Instance Attribute Details

#ActionBestCaseObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionBestCase
  @ActionBestCase
end

#ActionCommandObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionCommand
  @ActionCommand
end

#ActionCommandTypeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionCommandType
  @ActionCommandType
end

#ActionContentObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionContent
  @ActionContent
end

#ActionDetailObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionDetail
  @ActionDetail
end

#ActionIdObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionId
  @ActionId
end

#ActionNameObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionName
  @ActionName
end

#ActionTypeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ActionType
  @ActionType
end

#AttributeIdObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def AttributeId
  @AttributeId
end

#CreateTimeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def CreateTime
  @CreateTime
end

#CreatorObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def Creator
  @Creator
end

#DescObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def Desc
  @Desc
end

#IsAllowedObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def IsAllowed
  @IsAllowed
end

#IsNewActionObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def IsNewAction
  @IsNewAction
end

#MetricIdListObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def MetricIdList
  @MetricIdList
end

#ObjectTypeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ObjectType
  @ObjectType
end

#ObjectTypeIdObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ObjectTypeId
  @ObjectTypeId
end

#RelationActionIdObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def RelationActionId
  @RelationActionId
end

#ResourceTypeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def ResourceType
  @ResourceType
end

#RiskDescObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def RiskDesc
  @RiskDesc
end

#UpdateTimeObject

Parameters:

  • ActionName:

    动作名称

  • Desc:

    动作描述

  • ActionType:
  • CreateTime:

    创建时间

  • Creator:

    创建人

  • UpdateTime:

    更新时间

  • RiskDesc:

    动作风险描述

  • ActionId:

    动作ID

  • AttributeId:

    动作属性( 1:故障 2:恢复)

  • RelationActionId:

    关联的动作ID

  • ActionCommand:

    操作命令

  • ActionCommandType:

    动作类型(0 – tat 1 – 云API)

  • ActionContent:

    自定义动作的参数,json string

  • ResourceType:

    二级分类

  • ActionDetail:

    动作描述

  • IsAllowed:

    是否允许当前账号使用

  • ActionBestCase:

    最佳实践案例的链接地址

  • ObjectType:

    对象类型

  • MetricIdList:

    监控指标ID列表

  • IsNewAction:

    是否是新动作

  • ObjectTypeId:

    对象类型ID



200
201
202
# File 'lib/v20210820/models.rb', line 200

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
# File 'lib/v20210820/models.rb', line 226

def deserialize(params)
  @ActionName = params['ActionName']
  @Desc = params['Desc']
  @ActionType = params['ActionType']
  @CreateTime = params['CreateTime']
  @Creator = params['Creator']
  @UpdateTime = params['UpdateTime']
  @RiskDesc = params['RiskDesc']
  @ActionId = params['ActionId']
  @AttributeId = params['AttributeId']
  @RelationActionId = params['RelationActionId']
  @ActionCommand = params['ActionCommand']
  @ActionCommandType = params['ActionCommandType']
  @ActionContent = params['ActionContent']
  @ResourceType = params['ResourceType']
  @ActionDetail = params['ActionDetail']
  @IsAllowed = params['IsAllowed']
  @ActionBestCase = params['ActionBestCase']
  @ObjectType = params['ObjectType']
  @MetricIdList = params['MetricIdList']
  @IsNewAction = params['IsNewAction']
  @ObjectTypeId = params['ObjectTypeId']
end