View Source Resend.ApiKeys.ApiKey (resend v0.4.1)
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 }