ExDaytona.Model.ApiKeyResponse (ex_daytona v0.1.0)

Copy Markdown View Source

ApiKeyResponse model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.ApiKeyResponse{
  createdAt: DateTime.t(),
  expiresAt: DateTime.t() | nil,
  name: String.t(),
  permissions: [String.t()],
  value: String.t()
}

Functions

decode(value)