ExAirtable.Config.Table (ExAirtable v0.2.9) View Source

Configuration struct for an Airtable "base"

Link to this section Summary

Types

t()

A configuration for an Airtable Table - a reference to an %ExAirtable.Config.Base{} and a name.

Link to this section Types

Specs

t() :: %ExAirtable.Config.Table{
  base: ExAirtable.Config.Base.t(),
  name: String.t()
}

A configuration for an Airtable Table - a reference to an %ExAirtable.Config.Base{} and a name.