Class ImportYumArtifactsResponse
The response message from importing YUM artifacts.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ImportYumArtifactsResponse : 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<ImportYumArtifactsErrorInfo> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ImportYumArtifactsErrorInfo> |
YumArtifacts
The yum artifacts imported.
Declaration
[JsonProperty("yumArtifacts")]
public virtual IList<YumArtifact> YumArtifacts { get; set; }
Property Value
Type | Description |
---|---|
IList<YumArtifact> |