ClientGroupsGetResponse type

Alma işlemi için yanıt verilerini içerir.

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