state property
Status of this setting. Possible string values are:
- "GOOGLE_SIGNALS_STATE_UNSPECIFIED" : Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice.
- "GOOGLE_SIGNALS_ENABLED" : Google Signals is enabled.
- "GOOGLE_SIGNALS_DISABLED" : Google Signals is disabled.
Implementation
core.String? state;