Class ImportYumArtifactsRequest
The request to import new yum artifacts.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ImportYumArtifactsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
Google Cloud Storage location where input content is located.
Declaration
[JsonProperty("gcsSource")]
public virtual ImportYumArtifactsGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
ImportYumArtifactsGcsSource |