Show / Hide Table of Contents

Class DeployedApplicationUsageCollection

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

Inheritance
object
DeployedApplicationUsageCollection
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 DeployedApplicationUsageCollection

Properties

Items

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

A list of deployed application usages.

Remarks

Required

In this article
Back to top