Gleanex.Platform.ActionSummary (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ActionSummary

Summary

Types

t()

@type t() :: %Gleanex.Platform.ActionSummary{
  auth_type: String.t() | nil,
  data_source: String.t() | nil,
  display_name: String.t(),
  is_setup_finished: boolean() | nil,
  tool_id: String.t(),
  type: String.t() | nil,
  write_action_type: String.t() | nil
}