Show / Hide Table of Contents

Class ApplicationCollection

Collection of applications in a given service catalog or a tenancy.

Inheritance
object
ApplicationCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class ApplicationCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ApplicationSummary> Items { get; set; }
Property Value
Type Description
List<ApplicationSummary>

Collection of service catalog applications.

Remarks

Required

In this article
Back to top