reason property
The specific reason for the compliance verdict.
Output only. Possible string values are:
- "REASON_UNSPECIFIED" : Unspecified.
- "MESSAGE_VOLUME_LOW" : Not enough outgoing email.
- "SMTP_ERRORS_HIGH" : Many messages with delivery errors.
- "SENDER_NOT_COMPLIANT" : The sender does not meet the sender requirements.
- "SPAM_RATE_HIGH" : The spam rate is above 0.1%.
- "USER_FEEDBACK_NEGATIVE" : Indicates users do not want to receive email messages.
- "USER_FEEDBACK_LOW" : Users do not take action on messages.
- "USER_FEEDBACK_POSITIVE" : Users signal they want to receive email messages.
Implementation
core.String? reason;