Table of Contents

Class CreateFormRequestContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateFormRequestContent : IEquatable<CreateFormRequestContent>
Inheritance
CreateFormRequestContent
Implements
Inherited Members
Extension Methods

Properties

Ending

[JsonPropertyName("ending")]
public FormEndingNode? Ending { get; set; }

Property Value

FormEndingNode

Languages

[JsonPropertyName("languages")]
public FormLanguages? Languages { get; set; }

Property Value

FormLanguages

Messages

[JsonPropertyName("messages")]
public FormMessages? Messages { get; set; }

Property Value

FormMessages

Name

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

Nodes

[JsonPropertyName("nodes")]
public IEnumerable<FormNode>? Nodes { get; set; }

Property Value

IEnumerable<FormNode>

Start

[JsonPropertyName("start")]
public FormStartNode? Start { get; set; }

Property Value

FormStartNode

Style

[JsonPropertyName("style")]
public FormStyle? Style { get; set; }

Property Value

FormStyle

Translations

[JsonPropertyName("translations")]
public Dictionary<string, Dictionary<string, object?>>? Translations { get; set; }

Property Value

Dictionary<string, Dictionary<string, object>>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.