Class ListOrganizationMembersRequestParameters
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListOrganizationMembersRequestParameters : IEquatable<ListOrganizationMembersRequestParameters>
- Inheritance
-
ListOrganizationMembersRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Fields
Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
[JsonIgnore]
public Optional<string?> Fields { get; set; }
Property Value
From
Optional Id from which to start selection.
[JsonIgnore]
public Optional<string?> From { get; set; }
Property Value
IncludeFields
Whether specified fields are to be included (true) or excluded (false).
[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }
Property Value
Take
Number of results per page. Defaults to 50.
[JsonIgnore]
public Optional<int?> Take { 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.