Table of Contents

Class FormMessages

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Custom

[JsonPropertyName("custom")]
public Dictionary<string, string>? Custom { get; set; }

Property Value

Dictionary<string, string>

Errors

[JsonPropertyName("errors")]
public Dictionary<string, string>? Errors { get; set; }

Property Value

Dictionary<string, string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.