ArchAstro. SDK. Types. Operations. GetApiV1TeamsTeamThreads. Response. Nested. DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract
(archastro v0.3.1)
Copy Markdown
DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract{ input_schema: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} | ArchAstro.SDK.Unset.t(), participants: [ ArchAstro.SDK.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.t() ] | ArchAstro.SDK.Unset.t(), prefills: ArchAstro.SDK.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.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()