JavaReleaseCollection

class oci.jms.models.JavaReleaseCollection(**kwargs)

Bases: object

Collection of Java releases information.

Methods

__init__(**kwargs) Initializes a new JavaReleaseCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this JavaReleaseCollection.
__init__(**kwargs)

Initializes a new JavaReleaseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.jms.models.JavaReleaseSummary]) – The value to assign to the items property of this JavaReleaseCollection.
items

[Required] Gets the items of this JavaReleaseCollection. A list of the Java release information.

Returns:The items of this JavaReleaseCollection.
Return type:list[oci.jms.models.JavaReleaseSummary]