Packages

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

Current section

Files

Jump to
dealcloud lib marketing query.ex
Raw

lib/marketing/query.ex

defmodule Dealcloud.Marketing.Query do
@type t :: %__MODULE__{
contactId: integer,
communicationId: integer,
fields: any
}
defstruct contactId: 1, communicationId: 2, fields: nil
end