Class GetGroupsRequestParameters
Optional parameters for the GetGroupsAsync(string, GetGroupsRequestParameters?, CancellationToken) endpoint.
public class GetGroupsRequestParameters
- Inheritance
-
GetGroupsRequestParameters
- Inherited Members
Properties
BriefRepresentation
Defines whether brief representations are returned. Default is false.
public bool? BriefRepresentation { get; init; }
Property Value
- bool?
Exact
Whether to match the search exactly or not
public bool? Exact { get; init; }
Property Value
- bool?
First
Pagination offset.
public int? First { get; init; }
Property Value
- int?
Max
Maximum results size. Default is 100.
public int? Max { get; init; }
Property Value
- int?
Search
public string? Search { get; init; }