Class GetHookRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetHookRequestParameters : IEquatable<GetHookRequestParameters>
- Inheritance
-
GetHookRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Fields
Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.
[JsonIgnore]
public Optional<string?> Fields { 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.