ArchAstro. SDK. Types. Operations. PostApiV1AgentInstallationsInstallationInstallationSources. Input
(archastro v0.3.1)
Copy Markdown
Add a source to an installation
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentInstallationsInstallationInstallationSources.Input{ payload: %{optional(String.t()) => ArchAstro.SDK.JSON.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()