Class ImportAptArtifactsResponse
The response message from importing APT artifacts.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ImportAptArtifactsResponse : IDirectResponseSchema
Properties
AptArtifacts
The Apt artifacts imported.
Declaration
[JsonProperty("aptArtifacts")]
public virtual IList<AptArtifact> AptArtifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AptArtifact> |
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<ImportAptArtifactsErrorInfo> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ImportAptArtifactsErrorInfo> |