status property

String? status
getter/setter pair

The status of the data exclusion.

Output only. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "ENABLED" : The seasonality event is enabled.
  • "REMOVED" : The seasonality event is removed.

Implementation

core.String? status;