Gleanex.Client.Workflow (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Workflow

Summary

Types

t()

@type t() :: %Gleanex.Client.Workflow{
  id: String.t() | nil,
  permissions: Gleanex.Client.ObjectPermissions.t() | nil,
  showOrganizationAsAuthor: boolean() | nil,
  verified: boolean() | nil,
  webhookUrl: String.t() | nil
}