RepositoryRefCollection

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

Bases: object

Result of a reference search.

Methods

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

Attributes

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

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

[Required] Gets the items of this RepositoryRefCollection. List of references.

Returns:The items of this RepositoryRefCollection.
Return type:list[oci.devops.models.RepositoryRefSummary]