ObjectDataTypesListFieldsByModuleAndTypeResponse type
Bevat antwoordgegevens voor de bewerking listFieldsByModuleAndType.
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}