Class ScheduleCollection
This is the list of schedule items.
Inherited Members
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class ScheduleCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ScheduleSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ScheduleSummary> | This is the list of schedule items. |
Remarks
Required