ListEndpointsResponse constructor

ListEndpointsResponse({
  1. List<EndpointProperties>? endpointPropertiesList,
  2. String? nextToken,
})

Implementation

ListEndpointsResponse({
  this.endpointPropertiesList,
  this.nextToken,
});