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
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ButtonText
[JsonPropertyName("button_text")]
public required string ButtonText { get; set; }
Property Value
FlowId
[JsonPropertyName("flow_id")]
public required string FlowId { get; set; }
Property Value
MaxAttempts
[JsonPropertyName("max_attempts")]
public double? MaxAttempts { get; set; }
Property Value
TextAlignment
[JsonPropertyName("text_alignment")]
public FormBlockResendButtonConfigTextAlignmentEnum? TextAlignment { get; set; }
Property Value
WaitingText
[JsonPropertyName("waiting_text")]
public required string WaitingText { get; set; }
Property Value
WaitingTime
[JsonPropertyName("waiting_time")]
public double? WaitingTime { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.