Class: Google::Apis::DriveactivityV2::SettingsChange

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/driveactivity_v2/classes.rb,
generated/google/apis/driveactivity_v2/representations.rb,
generated/google/apis/driveactivity_v2/representations.rb

Overview

Information about settings changes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SettingsChange

Returns a new instance of SettingsChange



1265
1266
1267
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1265

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#restriction_changesArray<Google::Apis::DriveactivityV2::RestrictionChange>

The set of changes made to restrictions. Corresponds to the JSON property restrictionChanges



1263
1264
1265
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1263

def restriction_changes
  @restriction_changes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1270
1271
1272
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1270

def update!(**args)
  @restriction_changes = args[:restriction_changes] if args.key?(:restriction_changes)
end