Skip to content
DocsTry Aspire
DocsTry

SendTestEmailRequest Properties

ClassProperties5 members
Represents the SendTestEmailRequest payload.
FromSection titled Fromnullablestring?
Gets or sets from.
public string? From { get; set; }
Gets or sets the id path parameter.
public int Id { 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; }
ToSection titled ToIReadOnlyList<string>
Gets or sets to.
public IReadOnlyList<string> To { get; set; }