RepositoryCollection¶
-
class
oci.artifacts.models.
RepositoryCollection
(**kwargs)¶ Bases:
object
A list of repositories.
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.artifacts.models.RepositorySummary]) – The value to assign to the items property of this RepositoryCollection.
-
items
¶ [Required] Gets the items of this RepositoryCollection. The listed repositories.
Returns: The items of this RepositoryCollection. Return type: list[oci.artifacts.models.RepositorySummary]
-