ExportServerEngineAttributeResponse constructor

ExportServerEngineAttributeResponse({
  1. EngineAttribute? engineAttribute,
  2. String? serverName,
})

Implementation

ExportServerEngineAttributeResponse({
  this.engineAttribute,
  this.serverName,
});