Class GetFormRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetFormRequestParameters : IEquatable<GetFormRequestParameters>
- Inheritance
-
GetFormRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Hydrate
Query parameter to hydrate the response with additional data
[JsonIgnore]
public IEnumerable<FormsRequestParametersHydrateEnum?> Hydrate { 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.