Class PrivateApplicationPackageCollection
Collection of Private Application Package summary objects.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class PrivateApplicationPackageCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PrivateApplicationPackageSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PrivateApplicationPackageSummary> | Collection of items. |
Remarks
Required