Package version:

Interface GetLargePersonGroup200Response

A successful call returns the Large Person Group's information.

interface GetLargePersonGroup200Response {
    body: LargePersonGroupOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetLargePersonGroup200Response

Properties

Properties

status: "200"