ArchAstro. Types. ChannelPayloads. ApiActivityFeedChannel. ListEntries. Response. Nested. EntriesItemAgentVariant2SourceSolution
(archastro v0.2.0)
Copy Markdown
EntriesItemAgentVariant2SourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolution{ current_solution: ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolution.t(), template: ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()