StartInstanceResponse constructor

StartInstanceResponse({
  1. required bool ok,
  2. String? runId,
  3. String? code,
  4. String? error,
})

Implementation

StartInstanceResponse({required this.ok, this.runId, this.code, this.error});