SMTPConfig$json top-level constant

  1. @Deprecated('Use sMTPConfigDescriptor instead')
Map<String, Object> const SMTPConfig$json

Implementation

@$core.Deprecated('Use sMTPConfigDescriptor instead')
const SMTPConfig$json = const {
  '1': 'SMTPConfig',
  '2': const [
    const {'1': 'details', '3': 1, '4': 1, '5': 11, '6': '.zitadel.v1.ObjectDetails', '10': 'details'},
    const {'1': 'sender_address', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'senderAddress'},
    const {'1': 'sender_name', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'senderName'},
    const {'1': 'tls', '3': 4, '4': 1, '5': 8, '10': 'tls'},
    const {'1': 'host', '3': 5, '4': 1, '5': 9, '8': const {}, '10': 'host'},
    const {'1': 'user', '3': 6, '4': 1, '5': 9, '8': const {}, '10': 'user'},
  ],
};