ArchAstro. SDK. Types. Operations. PostApiV1AuthRegister. AuthInput
(archastro v0.3.1)
Copy Markdown
Register a new user with email and password
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AuthRegister.AuthInput{ alias_: String.t() | ArchAstro.SDK.Unset.t(), email: String.t(), full_name: String.t() | ArchAstro.SDK.Unset.t(), invite_code: String.t() | ArchAstro.SDK.Unset.t(), password: String.t() | ArchAstro.SDK.Unset.t(), set_org: boolean() | ArchAstro.SDK.Unset.t(), team_invite: String.t() | ArchAstro.SDK.Unset.t(), timezone: 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()