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