schema property
A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.
Implementation
final List<SchemaColumn>? schema;
A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.
final List<SchemaColumn>? schema;