Class GetResourceServerRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetResourceServerRequestParameters : IEquatable<GetResourceServerRequestParameters>
- Inheritance
-
GetResourceServerRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
IncludeFields
Whether specified fields are to be included (true) or excluded (false).
[JsonIgnore]
public Optional<bool?> IncludeFields { 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.