Freigeben über


ObjectDataTypesListFieldsByTypeResponse type

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

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