ActionDetailsList

class oci.events.models.ActionDetailsList(**kwargs)

Bases: object

A list of ActionDetails objects to create for a rule.

Methods

__init__(**kwargs) Initializes a new ActionDetailsList object with values from keyword arguments.

Attributes

actions [Required] Gets the actions of this ActionDetailsList.
__init__(**kwargs)

Initializes a new ActionDetailsList object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:actions (list[oci.events.models.ActionDetails]) – The value to assign to the actions property of this ActionDetailsList.
actions

[Required] Gets the actions of this ActionDetailsList. A list of one or more ActionDetails objects.

Returns:The actions of this ActionDetailsList.
Return type:list[oci.events.models.ActionDetails]