BuildSourceCollection¶
- 
class oci.devops.models.BuildSourceCollection(**kwargs)¶
- Bases: - object- Collection of build sources. - Methods - __init__(**kwargs)- Initializes a new BuildSourceCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this BuildSourceCollection. - 
__init__(**kwargs)¶
- Initializes a new BuildSourceCollection 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.BuildSource]) – The value to assign to the items property of this BuildSourceCollection. 
 - 
items¶
- [Required] Gets the items of this BuildSourceCollection. Collection of build sources. In case of UPDATE operation, replaces existing build sources list. Merging with existing build sources is not supported. - Returns: - The items of this BuildSourceCollection. - Return type: - list[oci.devops.models.BuildSource] 
 
-