Class GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository
Publicly available Yum repositories constructed from a common repository base and a custom repository path.
Inheritance
GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigYumRepositoryPublicRepository : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RepositoryBase
A common public repository base for Yum.
Declaration
[JsonProperty("repositoryBase")]
public virtual string RepositoryBase { get; set; }
Property Value
Type | Description |
---|---|
string |
RepositoryPath
A custom field to define a path to a specific repository from the base.
Declaration
[JsonProperty("repositoryPath")]
public virtual string RepositoryPath { get; set; }
Property Value
Type | Description |
---|---|
string |