PullRequestCollection¶
-
class
oci.devops.models.
PullRequestCollection
(**kwargs)¶ Bases:
object
Results of a Pull Request search. Contains both PullRequestSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new PullRequestCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PullRequestCollection. -
__init__
(**kwargs)¶ Initializes a new PullRequestCollection 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.PullRequestSummary]) – The value to assign to the items property of this PullRequestCollection.
-
items
¶ [Required] Gets the items of this PullRequestCollection. List of Pull Requests.
Returns: The items of this PullRequestCollection. Return type: list[oci.devops.models.PullRequestSummary]
-