Show / Hide Table of Contents

Class ResetWorkspaceChangesRequest

ResetWorkspaceChanges request message.

Inheritance
object
ResetWorkspaceChangesRequest
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 ResetWorkspaceChangesRequest : IDirectResponseSchema

Properties

Clean

Optional. If set to true, untracked files will be deleted.

Declaration
[JsonProperty("clean")]
public virtual bool? Clean { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Paths

Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.

Declaration
[JsonProperty("paths")]
public virtual IList<string> Paths { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX