Table of Contents

Class FormRouter

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Alias

[JsonPropertyName("alias")]
public string? Alias { get; set; }

Property Value

string

Config

[JsonPropertyName("config")]
public FormRouterConfig? Config { get; set; }

Property Value

FormRouterConfig

Coordinates

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

Property Value

FormNodeCoordinates

Id

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required FormNodeTypeRouterConst Type { get; set; }

Property Value

FormNodeTypeRouterConst

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.