ArchAstro. SDK. Types. RunJournalPage
(archastro v0.3.1)
Copy Markdown
A forward-paginated journal entry page for an automation or routine run.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.RunJournalPage{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), before_cursor: String.t() | ArchAstro.SDK.Unset.t(), data: [ArchAstro.SDK.Types.WorkflowJournalEntry.t()], has_more: boolean(), journal: ArchAstro.SDK.Types.WorkflowJournal.t() | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()