ListMemoryLayersResponse constructor

ListMemoryLayersResponse({
  1. List<String>? failedLocations,
  2. List<MemoryLayer>? memoryLayers,
  3. String? nextPageToken,
})

Implementation

ListMemoryLayersResponse({
  this.failedLocations,
  this.memoryLayers,
  this.nextPageToken,
});