pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
HTTPHeaderResponse
HTTPHeader
Response
data
class
HTTPHeaderResponse
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
The HTTP header.
Types
Constructors
Properties
Constructors
HTTPHeader
Response
Link copied to clipboard
fun
HTTPHeaderResponse
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name in HTTP header.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value in HTTP header.