fieldName property

String? fieldName
getter/setter pair

If the qualifier is not a valid BigQuery field identifier i.e. does not match a-zA-Z*, a valid identifier must be provided as the column field name and is used as field name in queries.

Optional.

Implementation

core.String? fieldName;