ArchAstro. SDK. Types. SolutionInstallResponse
(archastro v0.3.3)
Copy Markdown
The runtime resource provisioned by installing a Solution, along with a reference back to the source Solution config.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.SolutionInstallResponse{ id: String.t(), kind: String.t(), lookup_key: String.t() | nil | ArchAstro.SDK.Unset.t(), solution: String.t(), webhook: ArchAstro.SDK.Types.SolutionInstallResponseWebhook.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()