Class ActionList
A list of Action objects associated with a rule.
Inherited Members
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class ActionListProperties
Actions
Declaration
[Required(ErrorMessage = "Actions is required.")]
[JsonProperty(PropertyName = "actions")]
public List<Action> Actions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Action> | A list of one or more Action objects. | 
Remarks
Required