ListEndpointsResponse constructor
ListEndpointsResponse({
- List<
EndpointProperties> ? endpointPropertiesList, - String? nextToken,
Implementation
ListEndpointsResponse({
this.endpointPropertiesList,
this.nextToken,
});