Show / Hide Table of Contents

Class UploadGoogetArtifactResponse

The response of the completed artifact upload operation. This response is contained in the Operation and available to users.

Inheritance
object
UploadGoogetArtifactResponse
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 UploadGoogetArtifactResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoogetArtifacts

The GooGet artifacts updated.

Declaration
[JsonProperty("googetArtifacts")]
public virtual IList<GoogetArtifact> GoogetArtifacts { get; set; }
Property Value
Type Description
IList<GoogetArtifact>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX