Resend.ApiKeys.ApiKey (resend v0.4.0)

Resend API Key struct.

Link to this section Summary

Link to this section Types

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