Show / Hide Table of Contents

Class UpcomingSchedule

Enables notification on upcoming schedule.

Inheritance
object
UpcomingSchedule
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 UpcomingSchedule

Properties

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.

In this article
Back to top