Show / Hide Table of Contents

Class SyncWorkspaceRefsRequest

SyncWorkspaceRefs request message.

Inheritance
object
SyncWorkspaceRefsRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX