Packages

A blazing fast SDK for the DealCloud & OnePlace CRM in pure Elixir.

Current section

Files

Jump to
dealcloud lib data query.ex
Raw

lib/data/query.ex

defmodule Dealcloud.Data.Query do
@moduledoc false
defstruct query: nil,
limit: 100,
skip: 0,
resolveReferenceUrls: true,
wrapIntoArrays: true,
overwriteEmptyValues: true,
isPrivate: nil
end