Table of Contents

Class FormBlockResendButtonConfig

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

Properties

ActiveText

[JsonPropertyName("active_text")]
public required string ActiveText { get; set; }

Property Value

string

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ButtonText

[JsonPropertyName("button_text")]
public required string ButtonText { get; set; }

Property Value

string

FlowId

[JsonPropertyName("flow_id")]
public required string FlowId { get; set; }

Property Value

string

MaxAttempts

[JsonPropertyName("max_attempts")]
public double? MaxAttempts { get; set; }

Property Value

double?

TextAlignment

[JsonPropertyName("text_alignment")]
public FormBlockResendButtonConfigTextAlignmentEnum? TextAlignment { get; set; }

Property Value

FormBlockResendButtonConfigTextAlignmentEnum?

WaitingText

[JsonPropertyName("waiting_text")]
public required string WaitingText { get; set; }

Property Value

string

WaitingTime

[JsonPropertyName("waiting_time")]
public double? WaitingTime { get; set; }

Property Value

double?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.