ListByVerificationTemplateResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listByVerificationTemplateResponseDescriptor instead')
const ListByVerificationTemplateResponse$json = {
  '1': 'ListByVerificationTemplateResponse',
  '2': [
    {'1': 'items', '3': 1, '4': 3, '5': 9, '10': 'items'},
    {'1': 'has_more_results', '3': 2, '4': 1, '5': 8, '10': 'hasMoreResults'},
    {
      '1': 'continuation_token',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'continuationToken'
    },
  ],
};