@type t() :: %Notifique.OpenApi.Model.NtfAutoAutomationRunDetail{
automationId: String.t(),
completedAt: DateTime.t() | nil,
contactId: String.t(),
createdAt: DateTime.t(),
errorMessage: String.t() | nil,
eventName: String.t(),
fireId: String.t() | nil,
id: String.t(),
payloadJson: %{optional(String.t()) => any()},
sourceApiKeyId: String.t() | nil,
startedAt: DateTime.t() | nil,
status: Notifique.OpenApi.Model.NtfAutoAutomationRunStatus.t(),
steps: [Notifique.OpenApi.Model.NtfAutoAutomationRunStepRow.t()],
updatedAt: DateTime.t(),
workspaceId: String.t()
}