Freigeben über


FieldsListByTypeResponse type

Enthält Antwortdaten für den listByType-Vorgang.

type FieldsListByTypeResponse = TypeFieldListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TypeFieldListResult
  }
}