Class FleetPropertyCollection
Results of a fleetProperty search. Contains both FleetPropertySummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class FleetPropertyCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FleetPropertySummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<FleetPropertySummary> | List of fleet properties in Fleet Application Management. | 
Remarks
Required