Class RepositoryPathCollection
Result of list paths in a repository.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryPathCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RepositoryPathSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RepositoryPathSummary> | List of objects describing files or directories in a repository. | 
Remarks
Required