We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa38b65 commit e30cc43Copy full SHA for e30cc43
‎types/google-apps-script/apis/directory_v1.d.ts‎
@@ -953,6 +953,8 @@ declare namespace GoogleAppsScript {
953
phones?: object[] | undefined;
954
posixAccounts?: object[] | undefined;
955
primaryEmail?: string | undefined;
956
+ recoveryEmail?: string | undefined;
957
+ recoveryPhone?: string | undefined;
958
relations?: object[] | undefined;
959
sshPublicKeys?: object[] | undefined;
960
suspended?: boolean | undefined;
0 commit comments