BuildPipelineParameterCollection¶
- 
class oci.devops.models.BuildPipelineParameterCollection(**kwargs)¶
- Bases: - object- Specifies list of parameters present in a build pipeline. An UPDATE operation replaces the existing parameters list entirely. - Methods - __init__(**kwargs)- Initializes a new BuildPipelineParameterCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this BuildPipelineParameterCollection. - 
__init__(**kwargs)¶
- Initializes a new BuildPipelineParameterCollection 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.BuildPipelineParameter]) – The value to assign to the items property of this BuildPipelineParameterCollection. 
 - 
items¶
- [Required] Gets the items of this BuildPipelineParameterCollection. List of parameters defined for a build pipeline. - Returns: - The items of this BuildPipelineParameterCollection. - Return type: - list[oci.devops.models.BuildPipelineParameter] 
 
-