Provides struct and type for a InputOptions
Summary
Types
@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 }