ProtectedBranchCollection¶
- 
class oci.devops.models.ProtectedBranchCollection(**kwargs)¶
- Bases: - object- Collection of protected branches - Methods - __init__(**kwargs)- Initializes a new ProtectedBranchCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ProtectedBranchCollection. - 
__init__(**kwargs)¶
- Initializes a new ProtectedBranchCollection 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.ProtectedBranchSummary]) – The value to assign to the items property of this ProtectedBranchCollection. 
 - 
items¶
- [Required] Gets the items of this ProtectedBranchCollection. List of objects describing protected branches - Returns: - The items of this ProtectedBranchCollection. - Return type: - list[oci.devops.models.ProtectedBranchSummary] 
 
-