Class RepositoryRefCollection
Result of a reference search.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryRefCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RepositoryRefSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RepositoryRefSummary> | List of references. | 
Remarks
Required