Show / Hide Table of Contents

Class Schedule

Schedule Information.

Inheritance
object
Schedule
CustomSchedule
MaintenanceWindowSchedule
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
[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

In this article
Back to top