ListMemoryLayersResponse constructor
ListMemoryLayersResponse({
- List<
String> ? failedLocations, - List<
MemoryLayer> ? memoryLayers, - String? nextPageToken,
Implementation
ListMemoryLayersResponse({
this.failedLocations,
this.memoryLayers,
this.nextPageToken,
});