ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails
(archastro v0.3.2)
Copy Markdown
DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails{ automation_type: String.t() | ArchAstro.SDK.Unset.t(), invoke_contract: ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.t() | ArchAstro.SDK.Unset.t(), type: String.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()