Target class
Represents an action identifier.
If the action writes output, the output will be written to the referenced database object.
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
databaseandschema.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