ObjectDataTypesListFieldsByModuleAndTypeResponse type
Contiene i dati di risposta per l'operazione listFieldsByModuleAndType.
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}