Class ListBrandingPhoneProvidersRequestParameters
- Namespace
- Auth0.ManagementApi.Branding.Phone
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListBrandingPhoneProvidersRequestParameters : IEquatable<ListBrandingPhoneProvidersRequestParameters>
- Inheritance
-
ListBrandingPhoneProvidersRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Disabled
Whether the provider 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.