PullRequestAttachmentCollection

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

Bases: object

Result of list pullRequest attachment.

Methods

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

Attributes

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

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

[Required] Gets the items of this PullRequestAttachmentCollection. List of pullRequest attachment objects.

Returns:The items of this PullRequestAttachmentCollection.
Return type:list[oci.devops.models.PullRequestAttachmentSummary]