Class OnboardingCollection
List of Fleet Application Management Onboardings.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class OnboardingCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OnboardingSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<OnboardingSummary> | List of Fleet Application Management Onboardings. | 
Remarks
Required