Table of Contents

Class CreateGuardianEnrollmentTicketResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

TicketId

The ticket_id used to identify the enrollment

[JsonPropertyName("ticket_id")]
public string? TicketId { get; set; }

Property Value

string

TicketUrl

The url you can use to start enrollment

[JsonPropertyName("ticket_url")]
public string? TicketUrl { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.