PullRequestCommentCollection

class oci.devops.models.PullRequestCommentCollection(**kwargs)

Bases: object

Result of list pullRequest comments.

Methods

__init__(**kwargs) Initializes a new PullRequestCommentCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this PullRequestCommentCollection.
__init__(**kwargs)

Initializes a new PullRequestCommentCollection 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.PullRequestCommentSummary]) – The value to assign to the items property of this PullRequestCommentCollection.
items

[Required] Gets the items of this PullRequestCommentCollection. List of pullRequest comment objects.

Returns:The items of this PullRequestCommentCollection.
Return type:list[oci.devops.models.PullRequestCommentSummary]