Show / Hide Table of Contents

Class ActionList

A list of Action objects associated with a rule.

Inheritance
object
ActionList
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class ActionList

Properties

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

In this article
Back to top