scope property

String? scope
getter/setter pair

The trace flag scope.

Required. Possible string values are:

  • "SCOPE_UNSPECIFIED" : Unspecified.
  • "OFF" : Off.
  • "GLOBAL" : Global.
  • "SESSION" : Session.

Implementation

core.String? scope;