Table of Contents

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

ReadOnlyAdditionalProperties

AfterSubmit

[JsonPropertyName("after_submit")]
public FormEndingNodeAfterSubmit? AfterSubmit { get; set; }

Property Value

FormEndingNodeAfterSubmit

Coordinates

[JsonPropertyName("coordinates")]
public FormNodeCoordinates? Coordinates { get; set; }

Property Value

FormNodeCoordinates

Redirection

[JsonPropertyName("redirection")]
public FormEndingNodeRedirection? Redirection { get; set; }

Property Value

FormEndingNodeRedirection

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.