DiffCollection

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

Bases: object

Result of a compare difference.

Methods

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

Attributes

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

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

[Required] Gets the items of this DiffCollection. List of objects describing differences for all changed files.

Returns:The items of this DiffCollection.
Return type:list[oci.devops.models.DiffSummary]