Class FlowActionAuth0SendEmailParams
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionAuth0SendEmailParams : IJsonOnDeserialized, IEquatable<FlowActionAuth0SendEmailParams>
- Inheritance
-
FlowActionAuth0SendEmailParams
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Body
[JsonPropertyName("body")]
public required string Body { get; set; }
Property Value
CustomVars
[JsonPropertyName("custom_vars")]
public Dictionary<string, object?>? CustomVars { get; set; }
Property Value
From
[JsonPropertyName("from")]
public FlowActionAuth0SendEmailParamsFrom? From { get; set; }
Property Value
Subject
[JsonPropertyName("subject")]
public required string Subject { get; set; }
Property Value
To
[JsonPropertyName("to")]
public required string To { 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.