Gleanex.Client.UnauthorizedDatasourceInstance (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UnauthorizedDatasourceInstance

Summary

Types

t()

@type t() :: %Gleanex.Client.UnauthorizedDatasourceInstance{
  authStatus: String.t() | nil,
  authUrlRelativePath: String.t() | nil,
  datasourceInstance: String.t() | nil,
  displayName: String.t() | nil
}