DeployPipelineStageCollection

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

Bases: object

List of stages.

Methods

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

Attributes

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

Initializes a new DeployPipelineStageCollection 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.DeployPipelineStage]) – The value to assign to the items property of this DeployPipelineStageCollection.
items

[Required] Gets the items of this DeployPipelineStageCollection. List of stages.

Returns:The items of this DeployPipelineStageCollection.
Return type:list[oci.devops.models.DeployPipelineStage]