Class GetConnectionRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetConnectionRequestParameters : IEquatable<GetConnectionRequestParameters>
- Inheritance
-
GetConnectionRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Fields
A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields
[JsonIgnore]
public Optional<string?> Fields { get; set; }
Property Value
IncludeFields
true if the fields specified are to be included in the result, false otherwise (defaults to true)
[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.