ExDoppler.Project (ExDoppler v1.0.1)

View Source

Module describing a Project

Fields

  • created_at - Date and Time of Project creation (e.g ~U[2025-04-30 10:05:50.040Z])
  • description - Optional description for Project (e.g "my awesome project")
  • id - Unique identifier for the object (e.g "jed0c2a68b6")
  • name - Name of the project (e.g "example-project")
  • slug - Slug of project (e.g "example-project")

๐Ÿ“– Resources

Summary

Functions

Creates an Project from a map

Functions

build(project)

Creates an Project from a map

๐Ÿท๏ธ Params

  • project: Map of fields to turn into a Project

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.Project{...}

โŒ On Failure

  raise Error