consent property
Terms of Service acceptance.
Output only. Possible string values are:
- "GOOGLE_SIGNALS_CONSENT_UNSPECIFIED" : Google Signals consent value defaults to GOOGLE_SIGNALS_CONSENT_UNSPECIFIED. This will be treated as GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED.
- "GOOGLE_SIGNALS_CONSENT_CONSENTED" : Terms of service have been accepted
- "GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED" : Terms of service have not been accepted
Implementation
core.String? consent;