TranslationLocalization$json top-level constant

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

Implementation

@$core.Deprecated('Use translationLocalizationDescriptor instead')
const TranslationLocalization$json = {
  '1': 'TranslationLocalization',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'translationId', '3': 2, '4': 1, '5': 9, '10': 'translationId'},
    {'1': 'localeId', '3': 3, '4': 1, '5': 9, '10': 'localeId'},
    {'1': 'text', '3': 4, '4': 1, '5': 9, '10': 'text'},
    {'1': 'autoTranslate', '3': 5, '4': 1, '5': 8, '10': 'autoTranslate'},
    {'1': 'variant', '3': 6, '4': 1, '5': 9, '10': 'variant'},
    {
      '1': 'created',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    {
      '1': 'updated',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updated'
    },
  ],
};