GetDigitalInterruptValueRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getDigitalInterruptValueRequestDescriptor instead')
const GetDigitalInterruptValueRequest$json = {
  '1': 'GetDigitalInterruptValueRequest',
  '2': [
    {'1': 'board_name', '3': 1, '4': 1, '5': 9, '10': 'boardName'},
    {'1': 'digital_interrupt_name', '3': 2, '4': 1, '5': 9, '10': 'digitalInterruptName'},
    {'1': 'extra', '3': 99, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extra'},
  ],
};