Show / Hide Table of Contents

Class JreUsageCollection

Results of a Java Runtime search. Contains JreUsage items

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

Properties

Items

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

A list of Java Runtimes.

Remarks

Required

In this article
Back to top