TabularDataByMQLRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use tabularDataByMQLRequestDescriptor instead')
const TabularDataByMQLRequest$json = {
  '1': 'TabularDataByMQLRequest',
  '2': [
    {'1': 'organization_id', '3': 1, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'mql_binary', '3': 3, '4': 3, '5': 12, '10': 'mqlBinary'},
    {'1': 'use_recent_data', '3': 4, '4': 1, '5': 8, '9': 0, '10': 'useRecentData', '17': true},
    {'1': 'data_source', '3': 6, '4': 1, '5': 11, '6': '.viam.app.data.v1.TabularDataSource', '9': 1, '10': 'dataSource', '17': true},
  ],
  '8': [
    {'1': '_use_recent_data'},
    {'1': '_data_source'},
  ],
  '9': [
    {'1': 2, '2': 3},
    {'1': 5, '2': 6},
  ],
  '10': ['mql_query', 'use_data_pipeline'],
};