Table of Contents

Class SignupSchema

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Status

[JsonPropertyName("status")]
public SignupStatusEnum? Status { get; set; }

Property Value

SignupStatusEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.