ArchAstro. SDK. Types. PrivateService
(archastro v0.3.0)
Copy Markdown
An immutable private service with complete callable operation contracts.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.PrivateService{ functions: [ArchAstro.SDK.Types.PrivateServiceFunction.t()], id: 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()