Class Schedule
Schedule Information.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
[JsonConverter(typeof(ScheduleModelConverter))]
public class Schedule
Properties
ExecutionStartdate
Declaration
[Required(ErrorMessage = "ExecutionStartdate is required.")]
[JsonProperty(PropertyName = "executionStartdate")]
public DateTime? ExecutionStartdate { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Start Date for the schedule. An RFC3339 formatted datetime string |
Remarks
Required