Gleanex.Client.ResultTab (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ResultTab

Summary

Types

t()

@type t() :: %Gleanex.Client.ResultTab{
  count: integer() | nil,
  datasource: String.t() | nil,
  datasourceInstance: String.t() | nil,
  id: String.t() | nil
}