UpsertOptionRequest

data class UpsertOptionRequest(    val key: Nsid,     val scope: UpsertOptionScope,     val value: JsonContent,     val description: String? = null,     val managerRole: String? = null)

Constructors

Link copied to clipboard
constructor(key: Nsid, scope: UpsertOptionScope, value: JsonContent, description: String? = null, managerRole: String? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val key: Nsid
Link copied to clipboard
val managerRole: String? = null
Link copied to clipboard
Link copied to clipboard