ObjectDataTypesListFieldsByModuleAndTypeResponse type
Содержит данные ответа для операции listFieldsByModuleAndType.
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}