PagedResponse_Group_

PagedResponse_Group_
PagedResponse_Group_
JSON Example
{
    "nextLink": "string",
    "prevLink": "string",
    "results": [
        {
            "displayName": "string",
            "domain": "string",
            "id": "string",
            "usersCount": 0
        }
    ],
    "totalResults": 0
}
string
nextLink
Optional

URL to the next page of results.

string
prevLink
Optional

URL to the previous page of result.

array of Group
results
Optional

The list of results.

integer As int32 As int32
totalResults
Optional

The total number of results on all pages.