SMTPConfigState$json top-level constant
Implementation
@$core.Deprecated('Use sMTPConfigStateDescriptor instead')
const SMTPConfigState$json = {
'1': 'SMTPConfigState',
'2': [
{'1': 'SMTP_CONFIG_STATE_UNSPECIFIED', '2': 0},
{'1': 'SMTP_CONFIG_ACTIVE', '2': 1},
{'1': 'SMTP_CONFIG_INACTIVE', '2': 2},
],
};