Table of Contents

Class FormFieldBooleanConfig

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DefaultValue

[JsonPropertyName("default_value")]
public bool? DefaultValue { get; set; }

Property Value

bool?

Options

[JsonPropertyName("options")]
public FormFieldBooleanConfigOptions? Options { get; set; }

Property Value

FormFieldBooleanConfigOptions

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.