Show / Hide Table of Contents

Class ListMavenArtifactsResponse

The response from listing maven artifacts.

Inheritance
object
ListMavenArtifactsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX