Class ActionOrderDetails
Describes the ordering list of action resources.
Inherited Members
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. |