LastSessionUpdate$json top-level constant

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

Implementation

@$core.Deprecated('Use lastSessionUpdateDescriptor instead')
const LastSessionUpdate$json = {
  '1': 'LastSessionUpdate',
  '2': [
    {
      '1': 'last_successful_update',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastSuccessfulUpdate'
    },
    {
      '1': 'last_failed_update',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastFailedUpdate'
    },
  ],
};