toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerinstance.kotlin.outputs
/
HttpHeaderResponse
Http
Header
Response
data
class
HttpHeaderResponse
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
The HTTP header.
Members
Constructors
Http
Header
Response
Link copied to clipboard
constructor
(
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 header name.
value
Link copied to clipboard
val
value
:
String
?
=
null
The header value.