ActuationOutput constructor

ActuationOutput({
  1. String? actuateLogs,
  2. String? ansibleError,
  3. List<String>? ansibleFailedTask,
  4. String? blueprintId,
  5. String? cloudbuildId,
  6. String? errorCode,
  7. String? errorLogs,
  8. bool? hasUserFacingErrorMsg,
  9. String? terraformError,
  10. String? terraformTemplate,
})

Implementation

ActuationOutput({
  this.actuateLogs,
  this.ansibleError,
  this.ansibleFailedTask,
  this.blueprintId,
  this.cloudbuildId,
  this.errorCode,
  this.errorLogs,
  this.hasUserFacingErrorMsg,
  this.terraformError,
  this.terraformTemplate,
});