Class CreatePhoneTemplateTestNotificationRequestContent
- Namespace
- Auth0.ManagementApi.Branding.Phone
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreatePhoneTemplateTestNotificationRequestContent : IEquatable<CreatePhoneTemplateTestNotificationRequestContent>
- Inheritance
-
CreatePhoneTemplateTestNotificationRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
DeliveryMethod
Medium to use to send the notification
[JsonPropertyName("delivery_method")]
public PhoneProviderDeliveryMethodEnum? DeliveryMethod { get; set; }
Property Value
To
Destination of the testing phone notification
[JsonPropertyName("to")]
public required string To { 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.