ObjectDataTypesListFieldsByModuleAndTypeResponse type
Enthält Antwortdaten für den listFieldsByModuleAndType-Vorgang.
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}