DeployedApiComponentRouteHeader
Header key-value pair for API component route configuration.
type DeployedApiComponentRouteHeader {
key: String!
value: String!
}
Fields
DeployedApiComponentRouteHeader.key ● String! non-null scalar miscellaneous
The header key.
DeployedApiComponentRouteHeader.value ● String! non-null scalar miscellaneous
The header value.
Member Of
DeployedApiComponentRoute object
Was this topic helpful?