A Space environment variable.
Summary
Functions
Create a SpaceVariable struct from an API response.
Types
@type t() :: %HfHub.Spaces.SpaceVariable{ description: String.t() | nil, key: String.t(), updated_at: DateTime.t() | nil, value: String.t() | nil }