Class ListRepositoriesResponse
The response from listing repositories.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1beta1.Data
Assembly: Google.Apis.ArtifactRegistry.v1beta1.dll
Syntax
public class ListRepositoriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Repositories
The repositories returned.
Declaration
[JsonProperty("repositories")]
public virtual IList<Repository> Repositories { get; set; }
Property Value
Type | Description |
---|---|
IList<Repository> |