customResponseHeaders property

List<String>? customResponseHeaders
getter/setter pair

Headers that the load balancer adds to proxied responses.

See [Creating custom headers](https://cloud.google.com/load-balancing/docs/custom-headers).

Implementation

core.List<core.String>? customResponseHeaders;