Class UploadYumArtifactResponse
The response of the completed artifact upload operation. This response is contained in the Operation and available to users.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class UploadYumArtifactResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YumArtifacts
The Yum artifacts updated.
Declaration
[JsonProperty("yumArtifacts")]
public virtual IList<YumArtifact> YumArtifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<YumArtifact> |