GameServer_Spec_Health$json top-level constant

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

Implementation

@$core.Deprecated('Use gameServerDescriptor instead')
const GameServer_Spec_Health$json = const {
  '1': 'Health',
  '2': const [
    const {
      '1': 'disabled',
      '3': 1,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'disabled'
    },
    const {
      '1': 'period_seconds',
      '3': 2,
      '4': 1,
      '5': 5,
      '10': 'periodSeconds'
    },
    const {
      '1': 'failure_threshold',
      '3': 3,
      '4': 1,
      '5': 5,
      '10': 'failureThreshold'
    },
    const {
      '1': 'initial_delay_seconds',
      '3': 4,
      '4': 1,
      '5': 5,
      '10': 'initialDelaySeconds'
    },
  ],
};