Packages

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

Current section

Files

Jump to
dealcloud lib data post_query.ex
Raw

lib/data/post_query.ex

defmodule Dealcloud.Data.PostQuery do
@moduledoc false
defstruct query: nil,
fields: [],
limit: 100,
skip: 0,
resolveReferenceUrls: true,
wrapIntoArrays: true
end