Target class

Represents an action identifier.

If the action writes output, the output will be written to the referenced database object.

Constructors

Target({String? database, String? name, String? schema})
Target.fromJson(Map json_)

Properties

database String?
The action's database (Google Cloud project ID) .
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The action's name, within database and schema.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
The action's schema (BigQuery dataset ID), within database.
getter/setter pair

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