Compartir a través de


ServicesListSkusResponse type

Contiene datos de respuesta para la operación listSkus.

type ServicesListSkusResponse = ServiceSkuList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceSkuList
  }
}