SendTestEmailRequest
Classnet10.0
Represents the SendTestEmailRequest payload.
namespace CommunityToolkit.Aspire.Posta.Models.Templates;
public class SendTestEmailRequest{ // ...}6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesFromget; setstring?Gets or sets
from.Idget; setintGets or sets the
id path parameter.Languageget; setstring?Gets or sets
language.TemplateDataget; setIReadOnlyDictionary<string, JsonElement>Gets or sets
template_data.Toget; setIReadOnlyList<string>Gets or sets
to.