Class SyncWorkspaceRefsRequest
SyncWorkspaceRefs request message.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class SyncWorkspaceRefsRequest : IDirectResponseSchema
Properties
Deepen
Optional. Can be used to deepen the commit history of shallow clones. Git documentation: https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---deependepth
Declaration
[JsonProperty("deepen")]
public virtual int? Deepen { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RemoteBranchName
Optional. The name of the branch in the Git remote to which the refs should be fetched for. If left unset, all remote branches will be fetched.
Declaration
[JsonProperty("remoteBranchName")]
public virtual string RemoteBranchName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |