Show / Hide Table of Contents

Class ActionDetailsList

A list of ActionDetails objects to create for a rule.

Inheritance
object
ActionDetailsList
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 ActionDetailsList

Properties

Actions

Declaration
[Required(ErrorMessage = "Actions is required.")]
[JsonProperty(PropertyName = "actions")]
public List<ActionDetails> Actions { get; set; }
Property Value
Type Description
List<ActionDetails>

A list of one or more ActionDetails objects.

Remarks

Required

In this article
Back to top