Gleanex.Client.ImportAgentResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ImportAgentResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.ImportAgentResponse{
  status: String.t() | nil,
  workflowResult: Gleanex.Client.WorkflowResult.t() | nil
}