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
TicketId
The ticket_id used to identify the enrollment
[JsonPropertyName("ticket_id")]
public string? TicketId { get; set; }
Property Value
TicketUrl
The url you can use to start enrollment
[JsonPropertyName("ticket_url")]
public string? TicketUrl { 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.