name property

String? name
getter/setter pair

The name of the flag.

These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.

Implementation

core.String? name;