View Source ExPipedrive.AdditionalData (ex_pipedrive v0.1.0)

This module and enclosed structs represent additional metadata in response data from pipedrive.

Summary

Types

@type t() :: %ExPipedrive.AdditionalData{
  limit: pos_integer() | nil,
  next_cursor: String.t() | nil,
  pagination: ExPipedrive.Pagination.t() | nil
}

Functions