RepositoryPathCollection¶
-
class
oci.devops.models.
RepositoryPathCollection
(**kwargs)¶ Bases:
object
Result of list paths in a repository.
Methods
__init__
(**kwargs)Initializes a new RepositoryPathCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RepositoryPathCollection. -
__init__
(**kwargs)¶ Initializes a new RepositoryPathCollection 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.RepositoryPathSummary]) – The value to assign to the items property of this RepositoryPathCollection.
-
items
¶ [Required] Gets the items of this RepositoryPathCollection. List of objects describing files or directories in a repository.
Returns: The items of this RepositoryPathCollection. Return type: list[oci.devops.models.RepositoryPathSummary]
-