ArchAstro. SDK. Types. Operations. PostApiV1AgentsAgentSearch. Response
(archastro v0.3.2)
Copy Markdown
Successful response
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentSearch.Response{ data: [ ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant1.t() | ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant2.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()