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