ArchAstro. SDK. Types. Operations. PostApiV1PrivateServices. Input. Nested. FunctionsItem
(archastro v0.3.2)
Copy Markdown
FunctionsItem API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1PrivateServices.Input.Nested.FunctionsItem{ description: String.t(), input_schema: %{optional(String.t()) => ArchAstro.SDK.JSON.t()}, name: String.t(), output_schema: %{optional(String.t()) => ArchAstro.SDK.JSON.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()