ExecutionFieldName$json top-level constant

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

Implementation

@$core.Deprecated('Use executionFieldNameDescriptor instead')
const ExecutionFieldName$json = {
  '1': 'ExecutionFieldName',
  '2': [
    {'1': 'EXECUTION_FIELD_NAME_UNSPECIFIED', '2': 0},
    {'1': 'EXECUTION_FIELD_NAME_ID', '2': 1},
    {'1': 'EXECUTION_FIELD_NAME_CREATED_DATE', '2': 2},
    {'1': 'EXECUTION_FIELD_NAME_CHANGED_DATE', '2': 3},
  ],
};