CertificateResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use certificateResponseDescriptor instead')
const CertificateResponse$json = {
  '1': 'CertificateResponse',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'tls_certificate', '3': 2, '4': 1, '5': 9, '10': 'tlsCertificate'},
    {'1': 'tls_private_key', '3': 3, '4': 1, '5': 9, '10': 'tlsPrivateKey'},
  ],
};