RepositoryCollection

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

Bases: object

Results of a repository search. Contains repository summary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this RepositoryCollection. List of repositories.

Returns:The items of this RepositoryCollection.
Return type:list[oci.devops.models.RepositorySummary]