scope property

String? scope
getter/setter pair

The scope of the flag. Possible string values are:

  • "SCOPE_UNSPECIFIED" : The scope of the flag is not specified. Default is DATABASE.
  • "DATABASE" : The flag is a database flag.
  • "CONNECTION_POOL" : The flag is a connection pool flag.

Implementation

core.String? scope;