class Google::Apis::AppsactivityV1::Move
Contains information about changes in an object's parents as a result of a move type event.
Attributes
added_parents[RW]
The added parent(s). Corresponds to the JSON property `addedParents` @return [Array<Google::Apis::AppsactivityV1::Parent>]
removed_parents[RW]
The removed parent(s). Corresponds to the JSON property `removedParents` @return [Array<Google::Apis::AppsactivityV1::Parent>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/appsactivity_v1/classes.rb, line 165 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/appsactivity_v1/classes.rb, line 170 def update!(**args) @added_parents = args[:added_parents] if args.key?(:added_parents) @removed_parents = args[:removed_parents] if args.key?(:removed_parents) end