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