ArchAstro. SDK. Types. SolutionAutomationTemplateDetails
(archastro v0.3.3)
Copy Markdown
AutomationTemplate-specific details exposed by a Solution template summary.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.SolutionAutomationTemplateDetails{ automation_type: String.t() | nil | ArchAstro.SDK.Unset.t(), invoke_contract: ArchAstro.SDK.Types.SolutionAutomationInvokeContract.t() | nil | ArchAstro.SDK.Unset.t(), type: String.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()