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