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