Class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Namespace
- Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Users.Item.Groups
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
public class GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inheritance
-
GroupsRequestBuilder.GroupsRequestBuilderGetQueryParameters
- Inherited Members
-
Properties
BriefRepresentation
[QueryParameter("briefRepresentation")]
public bool? BriefRepresentation { get; set; }
Property Value
- bool?
First
[QueryParameter("first")]
public int? First { get; set; }
Property Value
- int?
Max
[QueryParameter("max")]
public int? Max { get; set; }
Property Value
- int?
Search
[QueryParameter("search")]
public string? Search { get; set; }
Property Value
- string