Added option contentrestrictions ownerrestricted [<Boolean>] to <DriveFileAttribute>.

This commit is contained in:
Ross Scroggs
2023-07-27 10:00:54 -07:00
parent e26cda1d6b
commit 01aaff9b83
3 changed files with 16 additions and 17 deletions

View File

@@ -5833,9 +5833,7 @@ gam <UserTypeEntity> show datastudiopermissions
<FileSelector> | <CSVFileSelector> | <CSVkmdSelector> | <CSVSubkeySelector> | <CSVDataSelector>)
<DriveFileAttribute> ::=
(contentrestrictions ownerrestricted [<Boolean>])|
(contentrestrictions readonly false)|
(contentrestrictions readonly true [reason <String>])|
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
(copyrequireswriterpermission [<Boolean>])|
(description <String>)|
(folderColorRgb <ColorValue>)|
@@ -5906,9 +5904,7 @@ gam <UserTypeEntity> update drivefile <DriveFileEntity> [copy] [returnidonly|ret
[charset <CharSet>] [columndelimiter <Character>]
<DriveFileCopyAttribute> ::=
(contentrestrictions ownerrestricted [<Boolean>])|
(contentrestrictions readonly false)|
(contentrestrictions readonly true [reason <String>])|
(contentrestrictions (readonly false)|(readonly true [reason <String>]) [ownerrestricted [<Boolean>]])|
(copyrequireswriterpermission [<Boolean>])|
(description <String>)|
ignoredefaultvisibility|