Show / Hide Table of Contents

Class Notebook

Represents a notebook.

Inheritance
object
Notebook
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX