Class BrandingPhoneTestNotificationResponse
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingPhoneTestNotificationResponse
- Inheritance
-
BrandingPhoneTestNotificationResponse
- Inherited Members
Properties
Code
The status code of the operation.
[JsonProperty("code")]
public int Code { get; set; }
Property Value
Message
The description of the operation status.
[JsonProperty("message")]
public string Message { get; set; }