Class CustomSchedule
Custom schedule details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CustomSchedule : ScheduleProperties
Duration
Declaration
[Required(ErrorMessage = "Duration is required.")]
[JsonProperty(PropertyName = "duration")]
public string Duration { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Duration of the schedule. | 
Remarks
Required
Recurrences
Declaration
[JsonProperty(PropertyName = "recurrences")]
public string Recurrences { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Recurrence rule specification if recurring |