WasmPlugin constructor
WasmPlugin({
- String? createTime,
- String? description,
- Map<
String, String> ? labels, - WasmPluginLogConfig? logConfig,
- String? mainVersionId,
- String? name,
- String? updateTime,
- List<
WasmPluginUsedBy> ? usedBy, - Map<
String, WasmPluginVersionDetails> ? versions,
Implementation
WasmPlugin({
this.createTime,
this.description,
this.labels,
this.logConfig,
this.mainVersionId,
this.name,
this.updateTime,
this.usedBy,
this.versions,
});