Class ConnectionEmailEmail
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Email template configuration
[Serializable]
public record ConnectionEmailEmail : IJsonOnDeserialized, IEquatable<ConnectionEmailEmail>
- Inheritance
-
ConnectionEmailEmail
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Body
[JsonPropertyName("body")]
public string? Body { get; set; }
Property Value
From
[JsonPropertyName("from")]
public string? From { get; set; }
Property Value
Subject
[JsonPropertyName("subject")]
public string? Subject { get; set; }
Property Value
Syntax
Email template syntax type
[JsonPropertyName("syntax")]
public ConnectionEmailEmailSyntax? Syntax { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.