priority property

String? priority
getter/setter pair

Priority for the request. Possible string values are:

  • "PRIORITY_UNSPECIFIED" : PRIORITY_UNSPECIFIED is equivalent to PRIORITY_HIGH.
  • "PRIORITY_LOW" : This specifies that the request is low priority.
  • "PRIORITY_MEDIUM" : This specifies that the request is medium priority.
  • "PRIORITY_HIGH" : This specifies that the request is high priority.

Implementation

core.String? priority;