DeleteTabularDataRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use deleteTabularDataRequestDescriptor instead')
const DeleteTabularDataRequest$json = {
  '1': 'DeleteTabularDataRequest',
  '2': [
    {'1': 'organization_id', '3': 1, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'delete_older_than_days', '3': 2, '4': 1, '5': 13, '10': 'deleteOlderThanDays'},
  ],
};