StandardWebTestRequestHeaderArgs

data class StandardWebTestRequestHeaderArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<StandardWebTestRequestHeaderArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name which should be used for a header in the request.

Link copied to clipboard
val value: Output<String>

The value which should be used for a header in the request.

Functions

Link copied to clipboard
open override fun toJava(): StandardWebTestRequestHeaderArgs