Class ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Return a paginated list of subgroups that have a parent group corresponding to the group on the URL
public class ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters
- Inheritance
-
ChildrenRequestBuilder.ChildrenRequestBuilderGetQueryParameters
- 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?