Show / Hide Table of Contents

Class InstallationUsageCollection

Results of an installation search. Contains InstallationUsage items.

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

Properties

Items

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

A list of installations.

Remarks

Required

In this article
Back to top