status property

String? status
getter/setter pair

The status of this shared set.

Read only.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : The shared set is enabled.
  • "REMOVED" : The shared set is removed and can no longer be used.

Implementation

core.String? status;