ArchAstro. SDK. Types. Operations. PostApiV1ConfigValidate. Input
(archastro v0.3.2)
Copy Markdown
Validate config content
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1ConfigValidate.Input{ agent: String.t() | ArchAstro.SDK.Unset.t(), data: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), data_encoding: String.t() | ArchAstro.SDK.Unset.t(), kind: String.t(), mime_type: String.t(), raw_content: String.t(), team: String.t() | ArchAstro.SDK.Unset.t(), user: 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()