Show / Hide Table of Contents

Class CustomSchedule

Custom schedule details.

Inheritance
object
Schedule
CustomSchedule
Inherited Members
Schedule.ExecutionStartdate
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 CustomSchedule : Schedule

Properties

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

In this article
Back to top