GetDomainResponse type

Contains response data for the getDomain operation.

type GetDomainResponse = Domain & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Domain }
}