Class ExecutionCollection
A collection of ExecutionSummary.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ExecutionCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExecutionSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ExecutionSummary> | List of Resource Level Executions. | 
Remarks
Required