ListDevicesFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use listDevicesFilterDescriptor instead')
const ListDevicesFilter$json = const {
  '1': 'ListDevicesFilter',
  '2': const [
    const {
      '1': 'last_updated',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '10': 'lastUpdated'
    },
    const {
      '1': 'only_simulators',
      '3': 2,
      '4': 1,
      '5': 8,
      '10': 'onlySimulators'
    },
    const {'1': 'name_prefix', '3': 3, '4': 1, '5': 9, '10': 'namePrefix'},
  ],
};