AllocationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use allocationResponseDescriptor instead')
const AllocationResponse$json = const {
  '1': 'AllocationResponse',
  '2': const [
    const {
      '1': 'gameServerName',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'gameServerName'
    },
    const {
      '1': 'ports',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.allocation.AllocationResponse.GameServerStatusPort',
      '10': 'ports'
    },
    const {'1': 'address', '3': 4, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'nodeName', '3': 5, '4': 1, '5': 9, '10': 'nodeName'},
    const {'1': 'source', '3': 6, '4': 1, '5': 9, '10': 'source'},
  ],
  '3': const [AllocationResponse_GameServerStatusPort$json],
};