Partager via


FeaturesListResponse type

Contient des données de réponse pour l’opération de liste.

type FeaturesListResponse = FeaturesResponseObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FeaturesResponseObject
  }
}