PullRequestAuthorCollection¶
- 
class oci.devops.models.PullRequestAuthorCollection(**kwargs)¶
- Bases: - object- Result of listing PR authors. - Methods - __init__(**kwargs)- Initializes a new PullRequestAuthorCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PullRequestAuthorCollection. - 
__init__(**kwargs)¶
- Initializes a new PullRequestAuthorCollection 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.PullRequestAuthorSummary]) – The value to assign to the items property of this PullRequestAuthorCollection. 
 - 
items¶
- [Required] Gets the items of this PullRequestAuthorCollection. List of authors who has ever created PR before. - Returns: - The items of this PullRequestAuthorCollection. - Return type: - list[oci.devops.models.PullRequestAuthorSummary] 
 
-