Response containing a collection of Repository.

interface IRepositoryCollectionResponse {
    value?: Repository[];
}

Implemented by

Properties

Properties

value?: Repository[]

Gets or sets the OData response content in the "value".