Notifique.OpenApi.Model.NtfAutoAutomationRunStepRow
(notifique v0.2.1)
Copy Markdown
Summary
Types
@type t() :: %Notifique.OpenApi.Model.NtfAutoAutomationRunStepRow{ attempt: integer(), createdAt: DateTime.t(), errorMessage: String.t() | nil, finishedAt: DateTime.t() | nil, id: String.t(), outputJson: %{optional(String.t()) => any()} | nil, scheduledFor: DateTime.t() | nil, startedAt: DateTime.t() | nil, status: Notifique.OpenApi.Model.NtfAutoAutomationRunStepStatus.t(), stepKey: String.t(), stepKind: Notifique.OpenApi.Model.NtfAutoAutomationRunStepKind.t() }