DeployStagePredecessorCollection

class oci.devops.models.DeployStagePredecessorCollection(**kwargs)

Bases: object

Collection containing the predecessors of a stage.

Methods

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

Attributes

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

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

Parameters:items (list[oci.devops.models.DeployStagePredecessor]) – The value to assign to the items property of this DeployStagePredecessorCollection.
items

[Required] Gets the items of this DeployStagePredecessorCollection. A list of stage predecessors for a stage.

Returns:The items of this DeployStagePredecessorCollection.
Return type:list[oci.devops.models.DeployStagePredecessor]