Class ImportGoogetArtifactsResponse
The response message from importing artifacts.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ImportGoogetArtifactsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Detailed error info for packages that were not imported.
Declaration
[JsonProperty("errors")]
public virtual IList<ImportGoogetArtifactsErrorInfo> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportGoogetArtifactsErrorInfo> |
GoogetArtifacts
The GooGet artifacts updated.
Declaration
[JsonProperty("googetArtifacts")]
public virtual IList<GoogetArtifact> GoogetArtifacts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogetArtifact> |