Show / Hide Table of Contents

Class ManageJobExecutionDetails

Details of the Job Execution actions.

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

Properties

ActionDetails

Declaration
[Required(ErrorMessage = "ActionDetails is required.")]
[JsonProperty(PropertyName = "actionDetails")]
public UserActionDetails ActionDetails { get; set; }
Property Value
Type Description
UserActionDetails
Remarks

Required

In this article
Back to top