Gleanex.Admin.InputOptions (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a InputOptions

Summary

Types

t()

@type t() :: %Gleanex.Admin.InputOptions{
  customTimeRange: Gleanex.Admin.TimeRange.t() | nil,
  datasourceInstances: [String.t()] | nil,
  datasources: [String.t()] | nil,
  datasourcesType: String.t() | nil,
  subsetDocIdsToScan: [String.t()] | nil,
  timePeriodType: String.t() | nil,
  urlGreenlist: [String.t()] | nil
}