Add Protection#removeEditors(User[]) (#31273) (#40317)

This commit is contained in:
Proudust
2019-11-18 12:40:22 -08:00
committed by Sheetal Nandi
parent 2d9ec7248f
commit 5bfe4a8d28
@@ -1267,6 +1267,7 @@ declare namespace GoogleAppsScript {
removeEditor(emailAddress: string): Protection;
removeEditor(user: Base.User): Protection;
removeEditors(emailAddresses: string[]): Protection;
removeEditors(users: Base.User[]): Protection;
setDescription(description: string): Protection;
setDomainEdit(editable: boolean): Protection;
setNamedRange(namedRange: NamedRange): Protection;