Gleanex.Client.StructuredLink (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a StructuredLink

Summary

Types

t()

@type t() :: %Gleanex.Client.StructuredLink{
  iconConfig: Gleanex.Client.IconConfig.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}