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
To
The recipient phone number to receive a given notification.
[JsonProperty("to")]
public string To { get; set; }