Class ListPhoneTemplatesRequestParameters
- Namespace
- Auth0.ManagementApi.Branding.Phone
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListPhoneTemplatesRequestParameters : IEquatable<ListPhoneTemplatesRequestParameters>
- Inheritance
-
ListPhoneTemplatesRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Disabled
Whether the template is enabled (false) or disabled (true).
[JsonIgnore]
public Optional<bool?> Disabled { 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.