endpoints property
A map that contains the logical endpoints of the wire group.
Specify key-value pairs for the map as follows:
- Key: an RFC1035 user-specified label.
- Value: an Endpoint object.
Implementation
core.Map<core.String, WireGroupEndpoint>? endpoints;