Class SchedulerExecutionCollection
Results of a schedulerExecution search. Contains SchedulerExecutionSummary items.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class SchedulerExecutionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SchedulerExecutionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SchedulerExecutionSummary> | List of schedulerExecutions. |
Remarks
Required