DataPipeline$json top-level constant

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

Implementation

@$core.Deprecated('Use dataPipelineDescriptor instead')
const DataPipeline$json = {
  '1': 'DataPipeline',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'organization_id', '3': 2, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    {'1': 'mql_binary', '3': 4, '4': 3, '5': 12, '10': 'mqlBinary'},
    {'1': 'schedule', '3': 5, '4': 1, '5': 9, '10': 'schedule'},
    {'1': 'enabled', '3': 6, '4': 1, '5': 8, '10': 'enabled'},
    {'1': 'created_on', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdOn'},
    {'1': 'updated_at', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
  ],
};