Class Notebook
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class Notebook : IDirectResponseSchema
Properties
Contents
The contents of the notebook.
Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
Type | Description |
---|---|
string |
DependencyTargets
A list of actions that this action depends on.
Declaration
[JsonProperty("dependencyTargets")]
public virtual IList<Target> DependencyTargets { get; set; }
Property Value
Type | Description |
---|---|
IList<Target> |
Disabled
Whether this action is disabled (i.e. should not be run).
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { 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 |
Tags
Arbitrary, user-defined tags on this action.
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |