ObjectDataTypesListFieldsByTypeResponse type
包含 listFieldsByType作的响应数据。
type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}