The configuration of the SFDCQuery library.
@type t() :: %SFDCQuery.Config{ access_token: String.t(), instance_url: String.t(), logs: boolean(), version: String.t() }
@spec new(%{ :instance_url => String.t(), :access_token => String.t(), :version => String.t() | integer(), optional(:logs) => boolean() }) :: t()