Show / Hide Table of Contents

Class RepositoryCollection

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

Inheritance
object
RepositoryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class RepositoryCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RepositorySummary> Items { get; set; }
Property Value
Type Description
List<RepositorySummary>

List of repositories.

Remarks

Required

In this article
Back to top