ExDoppler.Environment (ExDoppler v1.0.0)

View Source

Module describing an Environment

Fields

  • created_at - Date and time of environment's creation (e.g ~U[2025-04-30 10:05:50.040Z])
  • id - Unique identifier for the object (e.g "eot")
  • initial_fetch_at - Date and time of the first secrets fetch from a config in the environment (e.g ~U[2025-04-30 10:05:50.040Z])
  • name - Name of the environment.
  • project - Unique identifier for the project object (e.g "example-project")
  • slug - Unique identifier for the object (e.g "eot")

๐Ÿ“– Resources

Summary

Functions

Creates an Environment from a map

Functions

build(env)

Creates an Environment from a map

๐Ÿท๏ธ Params

  • env: Map of fields to turn into a Environment

โคต๏ธ Returns

โœ… On Success

  %ExDoppler.Environment{...}

โŒ On Failure

  raise Error