Class ExportArtifactResponse
The response for exporting an artifact to a destination.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ExportArtifactResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportedVersion
The exported version. Should be the same as the request version with fingerprint resource name.
Declaration
[JsonProperty("exportedVersion")]
public virtual Version ExportedVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Version |