Table of Contents

Class BrandingPhoneTestNotificationRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class BrandingPhoneTestNotificationRequest
Inheritance
BrandingPhoneTestNotificationRequest
Inherited Members

Properties

DeliveryMethod

The delivery method for the notification

[JsonProperty("delivery_method")]
public string DeliveryMethod { get; set; }

Property Value

string

To

The recipient phone number to receive a given notification.

[JsonProperty("to")]
public string To { get; set; }

Property Value

string