GetDomainsResponse type

getDomains 操作の応答データを格納します。

type GetDomainsResponse = Domain[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Domain[] }
}