httpPorts property

Map<String, String>? httpPorts
getter/setter pair

The map of port descriptions to URLs.

Will only be populated if enable_http_port_access is true.

Output only.

Implementation

core.Map<core.String, core.String>? httpPorts;