Class JavaReleaseCollection
Collection of Java releases information.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class JavaReleaseCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<JavaReleaseSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<JavaReleaseSummary> | A list of the Java release information. | 
Remarks
Required