Class SchedulerDefinitionCollection
Results of a schedulerDefinition search. Contains boh SchedulerDefinitionSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class SchedulerDefinitionCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SchedulerDefinitionSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<SchedulerDefinitionSummary> | List of schedulerDefinitions. | 
Remarks
Required