CreateApplicationKeyResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createApplicationKeyResponseDescriptor instead')
const CreateApplicationKeyResponse$json = {
  '1': 'CreateApplicationKeyResponse',
  '2': [
    {'1': 'key_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'keyId'},
    {
      '1': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {'1': 'key_details', '3': 3, '4': 1, '5': 12, '8': {}, '10': 'keyDetails'},
  ],
};