DeployStageCollection¶
-
class
oci.devops.models.DeployStageCollection(**kwargs)¶ Bases:
objectResult of a stage search.
Methods
__init__(**kwargs)Initializes a new DeployStageCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this DeployStageCollection. -
__init__(**kwargs)¶ Initializes a new DeployStageCollection 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.DeployStageSummary]) – The value to assign to the items property of this DeployStageCollection.
-
items¶ [Required] Gets the items of this DeployStageCollection. Deployment stage summary items found for the search.
Returns: The items of this DeployStageCollection. Return type: list[oci.devops.models.DeployStageSummary]
-