Class: TencentCloud::Cfg::V20210820::ActionLibraryListResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::ActionLibraryListResult
- Defined in:
- lib/v20210820/models.rb
Overview
动作库数据列表
Instance Attribute Summary collapse
- #ActionBestCase ⇒ Object
- #ActionCommand ⇒ Object
- #ActionCommandType ⇒ Object
- #ActionContent ⇒ Object
- #ActionDetail ⇒ Object
- #ActionId ⇒ Object
- #ActionName ⇒ Object
- #ActionType ⇒ Object
- #AttributeId ⇒ Object
- #CreateTime ⇒ Object
- #Creator ⇒ Object
- #Desc ⇒ Object
- #IsAllowed ⇒ Object
- #IsNewAction ⇒ Object
- #MetricIdList ⇒ Object
- #ObjectType ⇒ Object
- #ObjectTypeId ⇒ Object
- #RelationActionId ⇒ Object
- #ResourceType ⇒ Object
- #RiskDesc ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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
constructor
A new instance of ActionLibraryListResult.
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
#ActionBestCase ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionBestCase @ActionBestCase end |
#ActionCommand ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionCommand @ActionCommand end |
#ActionCommandType ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionCommandType @ActionCommandType end |
#ActionContent ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionContent @ActionContent end |
#ActionDetail ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionDetail @ActionDetail end |
#ActionId ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionId @ActionId end |
#ActionName ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionName @ActionName end |
#ActionType ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ActionType @ActionType end |
#AttributeId ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def AttributeId @AttributeId end |
#CreateTime ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def CreateTime @CreateTime end |
#Creator ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def Creator @Creator end |
#Desc ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def Desc @Desc end |
#IsAllowed ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def IsAllowed @IsAllowed end |
#IsNewAction ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def IsNewAction @IsNewAction end |
#MetricIdList ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def MetricIdList @MetricIdList end |
#ObjectType ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ObjectType @ObjectType end |
#ObjectTypeId ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ObjectTypeId @ObjectTypeId end |
#RelationActionId ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def RelationActionId @RelationActionId end |
#ResourceType ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def ResourceType @ResourceType end |
#RiskDesc ⇒ Object
200 201 202 |
# File 'lib/v20210820/models.rb', line 200 def RiskDesc @RiskDesc end |
#UpdateTime ⇒ Object
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 |