Show / Hide Table of Contents

Class GitSource

A set of files in a Git repository.

Inheritance
object
GitSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX