class Google::Apis::DriveactivityV2::SettingsChange
Information about settings changes.
Attributes
restriction_changes[RW]
The set of changes made to restrictions. Corresponds to the JSON property `restrictionChanges` @return [Array<Google::Apis::DriveactivityV2::RestrictionChange>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 1263 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/driveactivity_v2/classes.rb, line 1268 def update!(**args) @restriction_changes = args[:restriction_changes] if args.key?(:restriction_changes) end