Class Branch
Branch represents a branch involved in a pull request.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class Branch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ref__
Required. Name of the branch.
Declaration
[JsonProperty("ref")]
public virtual string Ref__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha
Output only. The commit at the tip of the branch.
Declaration
[JsonProperty("sha")]
public virtual string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |