Table of Contents

Class GetFormResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CreatedAt

[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }

Property Value

DateTime

EmbeddedAt

[JsonPropertyName("embedded_at")]
public string? EmbeddedAt { get; set; }

Property Value

string

Ending

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

Property Value

FormEndingNode

Id

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

Property Value

string

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

SubmittedAt

[JsonPropertyName("submitted_at")]
public string? SubmittedAt { get; set; }

Property Value

string

Translations

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

Property Value

Dictionary<string, Dictionary<string, object>>

UpdatedAt

[JsonPropertyName("updated_at")]
public required DateTime UpdatedAt { get; set; }

Property Value

DateTime

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.