[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[],[],null,["# SettingsChange\n--------------\n\n\nInformation about settings changes.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"restrictionChanges\": [ { object (/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#RestrictionChange) } ] } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `restrictionChanges[]` | `object (`[RestrictionChange](/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#RestrictionChange)`)` The set of changes made to restrictions. |\n\nRestrictionChange\n-----------------\n\n\nInformation about restriction policy changes to a feature.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"feature\": enum (/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#Feature), \"newRestriction\": enum (/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#Restriction) } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `feature` | `enum (`[Feature](/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#Feature)`)` The feature which had a change in restriction policy. |\n| `newRestriction` | `enum (`[Restriction](/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#Restriction)`)` The restriction in place after the change. |\n\nFeature\n-------\n\n\nThe feature which had changes to its restriction policy.\n\n| Enums ||\n|------------------------------------|---------------------------------------------------------------------------------------------------------------|\n| `FEATURE_UNSPECIFIED` | The feature which changed restriction settings was not available. |\n| `SHARING_OUTSIDE_DOMAIN` | When restricted, this prevents items from being shared outside the domain. |\n| `DIRECT_SHARING` | When restricted, this prevents direct sharing of individual items. |\n| `ITEM_DUPLICATION` | Deprecated: Use READERS_CAN_DOWNLOAD instead. | This item is deprecated! |\n| `DRIVE_FILE_STREAM` | When restricted, this prevents use of Drive File Stream. |\n| `FILE_ORGANIZER_CAN_SHARE_FOLDERS` | When restricted, this limits sharing of folders to managers only. |\n| `READERS_CAN_DOWNLOAD` | When restricted, this prevents actions like copy, download, and print for readers. Replaces ITEM_DUPLICATION. |\n| `WRITERS_CAN_DOWNLOAD` | When restricted, this prevents actions like copy, download, and print for writers. |\n\nRestriction\n-----------\n\n\nThe restriction applicable to a feature.\n\n| Enums ||\n|---------------------------|-----------------------------------------------|\n| `RESTRICTION_UNSPECIFIED` | The type of restriction is not available. |\n| `UNRESTRICTED` | The feature is available without restriction. |\n| `FULLY_RESTRICTED` | The use of this feature is fully restricted. |"]]