Class UpcomingSchedule
Enables notification on upcoming schedule.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class UpcomingScheduleProperties
NotifyBefore
Declaration
[JsonProperty(PropertyName = "notifyBefore")]
public string NotifyBefore { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Specify when the notification should be sent. | 
OnUpcomingSchedule
Declaration
[JsonProperty(PropertyName = "onUpcomingSchedule")]
public bool? OnUpcomingSchedule { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Enables notification on upcoming schedule. |