DeployPipelineCollection¶
-
class
oci.devops.models.
DeployPipelineCollection
(**kwargs)¶ Bases:
object
Results of an pipeline search.
Methods
__init__
(**kwargs)Initializes a new DeployPipelineCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DeployPipelineCollection. -
__init__
(**kwargs)¶ Initializes a new DeployPipelineCollection 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.DeployPipelineSummary]) – The value to assign to the items property of this DeployPipelineCollection.
-
items
¶ [Required] Gets the items of this DeployPipelineCollection. Array of deployment pipeline summary items.
Returns: The items of this DeployPipelineCollection. Return type: list[oci.devops.models.DeployPipelineSummary]
-