ListDevEndpointsResponse constructor

ListDevEndpointsResponse({
  1. List<String>? devEndpointNames,
  2. String? nextToken,
})

Implementation

ListDevEndpointsResponse({
  this.devEndpointNames,
  this.nextToken,
});