ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataMembersItemAgentSourceSolution
(archastro v0.2.0)
Copy Markdown
DataMembersItemAgentSourceSolution API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolution{ current_solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolution.t() | ArchAstro.Unset.t(), solution: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolution.t(), template: ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionTemplate.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()