Provides struct and type for a Workflow
Summary
Types
@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 }