Skip to content
DocsTry Aspire
DocsTry

SendBatchEmailsRequestRecipientsItem Properties

ClassProperties3 members
Represents the SendBatchEmailsRequestRecipientsItem payload.
Gets or sets email.
public string Email { get; set; }
LanguageSection titled Languagenullablestring?
Gets or sets language.
public string? Language { get; set; }
TemplateDataSection titled TemplateDatanullableIReadOnlyDictionary<string, JsonElement>
Gets or sets template_data.
public IReadOnlyDictionary<string, JsonElement>? TemplateData { get; set; }