SystemVersionMinorVersionCollection¶
-
class
oci.database.models.
SystemVersionMinorVersionCollection
(**kwargs)¶ Bases:
object
Results of the System minor version lists. Contains SystemVersionMinorVersionSummary items.
Methods
__init__
(**kwargs)Initializes a new SystemVersionMinorVersionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SystemVersionMinorVersionCollection. -
__init__
(**kwargs)¶ Initializes a new SystemVersionMinorVersionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database.models.SystemVersionMinorVersionSummary]) – The value to assign to the items property of this SystemVersionMinorVersionCollection.
-
items
¶ [Required] Gets the items of this SystemVersionMinorVersionCollection. List of System minor versions.
Returns: The items of this SystemVersionMinorVersionCollection. Return type: list[oci.database.models.SystemVersionMinorVersionSummary]
-