PriorityLevelConfigurationReferencePatch

data class PriorityLevelConfigurationReferencePatch(val name: String? = null)

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

name is the name of the priority level configuration being referenced Required.