Class InventoryRecordCollection
Results of an inventory search.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class InventoryRecordCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InventoryRecordSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<InventoryRecordSummary> | List of inventory targets | 
Remarks
Required