Table of Contents

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

ReadOnlyAdditionalProperties

Body

[JsonPropertyName("body")]
public string? Body { get; set; }

Property Value

string

From

[JsonPropertyName("from")]
public string? From { get; set; }

Property Value

string

Subject

[JsonPropertyName("subject")]
public string? Subject { get; set; }

Property Value

string

Syntax

Email template syntax type

[JsonPropertyName("syntax")]
public ConnectionEmailEmailSyntax? Syntax { get; set; }

Property Value

ConnectionEmailEmailSyntax?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.