G Suite Node - remove duplicated field (#1037)

This commit is contained in:
Ricardo Espinoza 2020-10-10 12:39:26 -04:00 committed by GitHub
parent 8366632268
commit abd85ed4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -635,30 +635,6 @@ export const userFields = [
default: '',
description: 'Property to use for sorting results.',
},
{
displayName: 'Projection',
name: 'projection',
type: 'options',
options: [
{
name: 'Basic',
value: 'basic',
description: 'Do not include any custom fields for the user',
},
{
name: 'Custom',
value: 'custom',
description: 'Include custom fields from schemas requested in customField',
},
{
name: 'Full',
value: 'full',
description: 'Include all fields associated with this user',
},
],
default: 'basic',
description: 'Property to use for sorting results.',
},
{
displayName: 'Query',
name: 'query',