AddTagsToBinaryDataByIDsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addTagsToBinaryDataByIDsRequestDescriptor instead')
const AddTagsToBinaryDataByIDsRequest$json = {
  '1': 'AddTagsToBinaryDataByIDsRequest',
  '2': [
    {
      '1': 'binary_ids',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.viam.app.data.v1.BinaryID',
      '8': {'3': true},
      '10': 'binaryIds',
    },
    {'1': 'binary_data_ids', '3': 4, '4': 3, '5': 9, '10': 'binaryDataIds'},
    {'1': 'tags', '3': 2, '4': 3, '5': 9, '10': 'tags'},
  ],
  '9': [
    {'1': 1, '2': 2},
  ],
  '10': ['file_ids'],
};