ArchAstro. Types. Operations. GetApiV1UsersUserThreads. Response. Nested. DataItemParticipatingAgentsItemSourceSolution
(archastro v0.2.0)
Copy Markdown
DataItemParticipatingAgentsItemSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolution{ current_solution: ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolution.t(), template: ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()