ListRuntimesResponse constructor

ListRuntimesResponse({
  1. List<Runtime>? runtimes,
})

Implementation

ListRuntimesResponse({
  this.runtimes,
});