ArchAstro. SDK. Types. Operations. PostApiV1UsersUserInvites. Input. Nested. Invite
(archastro v0.3.3)
Copy Markdown
Invite API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1UsersUserInvites.Input.Nested.Invite{ metadata: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), persona_id: String.t() | ArchAstro.SDK.Unset.t(), thread_id: 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()