Table of Contents

Class FormStep

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FormStep : IJsonOnDeserialized, IEquatable<FormStep>
Inheritance
FormStep
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 FormStepConfig? Config { get; set; }

Property Value

FormStepConfig

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 FormNodeTypeStepConst Type { get; set; }

Property Value

FormNodeTypeStepConst

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.