APIKey$json top-level constant

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

Implementation

@$core.Deprecated('Use aPIKeyDescriptor instead')
const APIKey$json = {
  '1': 'APIKey',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'key', '3': 2, '4': 1, '5': 9, '10': 'key'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'created_on', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdOn'},
  ],
};