priority property
The priority of requests sent using this app profile. Possible string values are:
- "PRIORITY_UNSPECIFIED" : Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
- "PRIORITY_LOW"
- "PRIORITY_MEDIUM"
- "PRIORITY_HIGH"
Implementation
core.String? priority;