ApplicationKeysSorting$json top-level constant
Implementation
@$core.Deprecated('Use applicationKeysSortingDescriptor instead')
const ApplicationKeysSorting$json = {
'1': 'ApplicationKeysSorting',
'2': [
{'1': 'APPLICATION_KEYS_SORT_BY_ID', '2': 0},
{'1': 'APPLICATION_KEYS_SORT_BY_PROJECT_ID', '2': 1},
{'1': 'APPLICATION_KEYS_SORT_BY_APPLICATION_ID', '2': 2},
{'1': 'APPLICATION_KEYS_SORT_BY_CREATION_DATE', '2': 3},
{'1': 'APPLICATION_KEYS_SORT_BY_ORGANIZATION_ID', '2': 4},
{'1': 'APPLICATION_KEYS_SORT_BY_EXPIRATION', '2': 5},
{'1': 'APPLICATION_KEYS_SORT_BY_TYPE', '2': 6},
],
};