Class FormEndingNode
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormEndingNode : IJsonOnDeserialized, IEquatable<FormEndingNode>
- Inheritance
-
FormEndingNode
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AfterSubmit
[JsonPropertyName("after_submit")]
public FormEndingNodeAfterSubmit? AfterSubmit { get; set; }
Property Value
Coordinates
[JsonPropertyName("coordinates")]
public FormNodeCoordinates? Coordinates { get; set; }
Property Value
Redirection
[JsonPropertyName("redirection")]
public FormEndingNodeRedirection? Redirection { get; set; }
Property Value
ResumeFlow
[JsonPropertyName("resume_flow")]
public bool? ResumeFlow { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.