priority property

String? priority
getter/setter pair

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;