WasmPlugin constructor

WasmPlugin({
  1. String? createTime,
  2. String? description,
  3. Map<String, String>? labels,
  4. WasmPluginLogConfig? logConfig,
  5. String? mainVersionId,
  6. String? name,
  7. String? updateTime,
  8. List<WasmPluginUsedBy>? usedBy,
  9. Map<String, WasmPluginVersionDetails>? versions,
})

Implementation

WasmPlugin({
  this.createTime,
  this.description,
  this.labels,
  this.logConfig,
  this.mainVersionId,
  this.name,
  this.updateTime,
  this.usedBy,
  this.versions,
});