ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter

data class ConnectionAuthParametersOauthParametersOauthHttpParametersHeaderParameter(val isValueSecret: String? = null, val key: String? = null, val value: String? = null)

Constructors

constructor(isValueSecret: String? = null, key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isValueSecret: String? = null

Specifies whether to enable authentication.

Link copied to clipboard
val key: String? = null

The key of the request path.

Link copied to clipboard
val value: String? = null

The key of the request path.