DeployPipelineArtifactCollection¶
- 
class oci.devops.models.DeployPipelineArtifactCollection(**kwargs)¶
- Bases: - object- List of all artifacts used in the pipeline. - Methods - __init__(**kwargs)- Initializes a new DeployPipelineArtifactCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this DeployPipelineArtifactCollection. - 
__init__(**kwargs)¶
- Initializes a new DeployPipelineArtifactCollection 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.DeployPipelineArtifact]) – The value to assign to the items property of this DeployPipelineArtifactCollection. 
 - 
items¶
- [Required] Gets the items of this DeployPipelineArtifactCollection. List of all artifacts used in the pipeline. - Returns: - The items of this DeployPipelineArtifactCollection. - Return type: - list[oci.devops.models.DeployPipelineArtifact] 
 
-