ClientGroupsGetResponse type

Obsahuje data odpovědí pro operaci get.

type ClientGroupsGetResponse = ClientGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ClientGroup
  }
}