ExDoppler.Sync (ExDoppler v1.0.0)

View Source

Module describing a Sync

Fields

  • slug - Unique identifier for the object (e.g "0cd84923-b8c5-49e6-8713-e6ea2148a6c1")
  • enabled - Whether sync is enabled (e.g true)
  • last_synced_at - Date and Time of last sync (e.g ~U[2025-04-30 10:05:50.040Z])
  • project - Unique identifier for the project object (e.g "example-project")
  • config - Relevant config (e.g "prd")
  • integration - Relevant integration slug (e.g "e32d0dcd-c094-4606-aefa-c4127e2a1282")

๐Ÿ“– Resources

Summary

Functions

Creates an Sync from a map

Functions

build(sync)

Creates an Sync from a map

๐Ÿท๏ธ Params

  • sync: Map of fields to turn into a Sync

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.Sync{...}

โŒ On Failure

  raise Error