FieldsListByTypeResponse type
Bevat antwoordgegevens voor de listByType-bewerking.
type FieldsListByTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}