ArchAstro. Types. Operations. GetApiV1TeamsTeamMembers. Response. Nested. DataItemAgentSourceSolution
(archastro v0.2.0)
Copy Markdown
DataItemAgentSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolution{ current_solution: ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolution.t(), template: ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()