Share via


ModelGetEntityFeaturesResponse type

Contiene datos de respuesta para la operación getEntityFeatures.

type ModelGetEntityFeaturesResponse = ModelFeatureInformation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelFeatureInformation[]
  }
}