ArchAstro. SDK. Types. Operations. PostApiV1AgentsAgentAgentInstallations. Input
(archastro v0.3.4)
Copy Markdown
Create an installation
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input{ config: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), integration: ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input.Nested.Integration.t() | ArchAstro.SDK.Unset.t(), kind: String.t(), lookup_key: String.t() | ArchAstro.SDK.Unset.t(), shared_integration: String.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()