Table of Contents

Class CreatePhoneProviderSendTestRequestContent

Namespace
Auth0.ManagementApi.Branding.Phone
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreatePhoneProviderSendTestRequestContent : IEquatable<CreatePhoneProviderSendTestRequestContent>
Inheritance
CreatePhoneProviderSendTestRequestContent
Implements
Inherited Members
Extension Methods

Properties

DeliveryMethod

[JsonPropertyName("delivery_method")]
public PhoneProviderDeliveryMethodEnum? DeliveryMethod { get; set; }

Property Value

PhoneProviderDeliveryMethodEnum?

To

The recipient phone number to receive a given notification.

[JsonPropertyName("to")]
public required string To { 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.