Gleanex.Client.GeneratedAttachment (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a GeneratedAttachment

Summary

Types

t()

@type t() :: %Gleanex.Client.GeneratedAttachment{
  content: [Gleanex.Client.GeneratedAttachmentContent.t()] | nil,
  customer: Gleanex.Client.Customer.t() | nil,
  documents: [Gleanex.Client.Document.t()] | nil,
  externalLinks: [Gleanex.Client.StructuredLink.t()] | nil,
  person: Gleanex.Client.Person.t() | nil,
  strategyName: String.t() | nil
}