Enum Priority
Stay organized with collections
Save and categorize content based on your preferences.
Deprecated properties
Property | Type | Description |
HIGH | Enum | high priority |
LOW | Enum | low priority |
NORMAL | Enum | normal priority |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePriority\u003c/code\u003e enum, used for contact priority, is deprecated and the People API advanced service should be used instead.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should avoid using the \u003ccode\u003eHIGH\u003c/code\u003e, \u003ccode\u003eLOW\u003c/code\u003e, and \u003ccode\u003eNORMAL\u003c/code\u003e properties of \u003ccode\u003ePriority\u003c/code\u003e as they are deprecated.\u003c/p\u003e\n"]]],[],null,["# Enum Priority\n\nPriority\n\n\n**Deprecated.** Instead, use the [People API advanced\nservice](/apps-script/advanced/people)\n\nAn enum for contact priority. \n\n### Deprecated properties\n\n| Property | Type | Description |\n|----------|--------|-----------------|\n| `HIGH` | `Enum` | high priority |\n| `LOW` | `Enum` | low priority |\n| `NORMAL` | `Enum` | normal priority |"]]