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