Class DeployedApplicationUsageCollection
Results of a deployed application usage search. Contains deployed application usage items.
Inherited Members
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