ArchAstro. SDK. Types. Operations. PostApiV1WorkItemsWorkItemHeartbeat. Input
(archastro v0.3.0)
Copy Markdown
Extend a workflow work item lease
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1WorkItemsWorkItemHeartbeat.Input{ lease_owner: String.t(), lease_seconds: integer() | 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()