SFDCQuery.Config (sfdc_query v0.1.2)

The configuration of the SFDCQuery library.

Summary

Types

@type t() :: %SFDCQuery.Config{
  access_token: String.t(),
  instance_url: String.t(),
  logs: boolean(),
  version: String.t()
}

Functions

@spec new(%{
  :instance_url => String.t(),
  :access_token => String.t(),
  :version => String.t() | integer(),
  optional(:logs) => boolean()
}) :: t()