PullRequestFileChangeCollection

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

Bases: object

Result of Pull Request difference.

Methods

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

Attributes

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

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

[Required] Gets the items of this PullRequestFileChangeCollection. List of objects describing Pull Request differences for changed files.

Returns:The items of this PullRequestFileChangeCollection.
Return type:list[oci.devops.models.PullRequestFileChangeSummary]