BatchGetDevEndpointsResponse constructor
BatchGetDevEndpointsResponse({
- List<
DevEndpoint> ? devEndpoints, - List<
String> ? devEndpointsNotFound,
Implementation
BatchGetDevEndpointsResponse({
this.devEndpoints,
this.devEndpointsNotFound,
});