View Source Resend.ApiKeys.ApiKey (resend v0.4.4)

Resend API Key struct.

Summary

Types

@type t() :: %Resend.ApiKeys.ApiKey{
  created_at: DateTime.t() | nil,
  id: String.t(),
  name: String.t() | nil,
  token: String.t() | nil
}