Show / Hide Table of Contents

Class DeployedApplicationInstallationUsageSummaryCollection

Results of a deployed application installation usage search. Contains deployed application installation usage items.

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

Properties

Items

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

A list of deployed application installation usages.

Remarks

Required

In this article
Back to top