WasmPluginVersion constructor

WasmPluginVersion({
  1. String? createTime,
  2. String? description,
  3. String? imageDigest,
  4. String? imageUri,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? pluginConfigData,
  8. String? pluginConfigDigest,
  9. String? pluginConfigUri,
  10. String? updateTime,
})

Implementation

WasmPluginVersion({
  this.createTime,
  this.description,
  this.imageDigest,
  this.imageUri,
  this.labels,
  this.name,
  this.pluginConfigData,
  this.pluginConfigDigest,
  this.pluginConfigUri,
  this.updateTime,
});