Class ActionDetails
Object used to create an action.
Inheritance
ActionDetails
      
      
      
  Inherited Members
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
[JsonConverter(typeof(ActionDetailsModelConverter))]
public class ActionDetailsProperties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information. | 
IsEnabled
Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Whether or not this action is currently enabled.
 | 
Remarks
Required