Table of Contents

Class GetUserGroupsRequestParameters

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetUserGroupsRequestParameters : IEquatable<GetUserGroupsRequestParameters>
Inheritance
GetUserGroupsRequestParameters
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

Optional<string>

From

Optional Id from which to start selection.

[JsonIgnore]
public Optional<string?> From { get; set; }

Property Value

Optional<string>

IncludeFields

Whether specified fields are to be included (true) or excluded (false).

[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }

Property Value

Optional<bool?>

Take

Number of results per page. Defaults to 50.

[JsonIgnore]
public Optional<int?> Take { get; set; }

Property Value

Optional<int?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.