Class ResetWorkspaceChangesRequest
ResetWorkspaceChanges
request message.
Implements
Inherited Members
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> |