class Google::Apis::DriveactivityV2::Move
An object was moved.
Attributes
added_parents[RW]
The added parent object(s). Corresponds to the JSON property `addedParents` @return [Array<Google::Apis::DriveactivityV2::TargetReference>]
removed_parents[RW]
The removed parent object(s). Corresponds to the JSON property `removedParents` @return [Array<Google::Apis::DriveactivityV2::TargetReference>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 920 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 925 def update!(**args) @added_parents = args[:added_parents] if args.key?(:added_parents) @removed_parents = args[:removed_parents] if args.key?(:removed_parents) end