DeploymentVersionCollection¶
-
class
oci.golden_gate.models.
DeploymentVersionCollection
(**kwargs)¶ Bases:
object
The list of DeploymentVersionSummary objects.
Methods
__init__
(**kwargs)Initializes a new DeploymentVersionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DeploymentVersionCollection. -
__init__
(**kwargs)¶ Initializes a new DeploymentVersionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.golden_gate.models.DeploymentVersionSummary]) – The value to assign to the items property of this DeploymentVersionCollection.
-
items
¶ [Required] Gets the items of this DeploymentVersionCollection. Array of DeploymentVersionSummary.
Returns: The items of this DeploymentVersionCollection. Return type: list[oci.golden_gate.models.DeploymentVersionSummary]
-