Show / Hide Table of Contents

Class ActionOrderDetails

Describes the ordering list of action resources.

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

Properties

ActionOrder

Declaration
[JsonProperty(PropertyName = "actionOrder")]
public int? ActionOrder { get; set; }
Property Value
Type Description
int?

The priority order of the action resource.

ActionResourceId

Declaration
[JsonProperty(PropertyName = "actionResourceId")]
public string ActionResourceId { get; set; }
Property Value
Type Description
string

The OCID of the action resource.

In this article
Back to top