toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.applicationinsights.kotlin.outputs
/
HeaderFieldResponse
Header
Field
Response
data
class
HeaderFieldResponse
(
val
headerFieldName
:
String
?
=
null
,
val
headerFieldValue
:
String
?
=
null
)
A header to add to the WebTest.
Members
Constructors
Header
Field
Response
Link copied to clipboard
constructor
(
headerFieldName
:
String
?
=
null
,
headerFieldValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
header
Field
Name
Link copied to clipboard
val
headerFieldName
:
String
?
=
null
The name of the header.
header
Field
Value
Link copied to clipboard
val
headerFieldValue
:
String
?
=
null
The value of the header.