DataPreparationAction class

Represents a workflow action that will run a Data Preparation.

Constructors

DataPreparationAction({ActionSqlDefinition? contentsSql, String? contentsYaml, String? generatedSql, String? jobId})
DataPreparationAction.fromJson(Map json_)

Properties

contentsSql ActionSqlDefinition?
SQL definition for a Data Preparation.
getter/setter pair
contentsYaml String?
YAML representing the contents of the data preparation.
getter/setter pair
generatedSql String?
The generated BigQuery SQL script that will be executed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobId String?
The ID of the BigQuery job that executed the SQL in sql_script.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited