Class GitSource
A set of files in a Git repository.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class GitSource : IDirectResponseSchema
Properties
Directory
Optional. Subdirectory inside the repository. Example: 'staging/my-package'
Declaration
[JsonProperty("directory")]
public virtual string Directory { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ref__
Optional. Git reference (e.g. branch or tag).
Declaration
[JsonProperty("ref")]
public virtual string Ref__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Repo
Optional. Repository URL. Example: 'https://github.com/kubernetes/examples.git'
Declaration
[JsonProperty("repo")]
public virtual string Repo { get; set; }
Property Value
Type | Description |
---|---|
string |