class Google::Apis::DriveactivityV2::Copy

An object was created by copying an existing object.

Attributes

original_object[RW]

A lightweight reference to the target of activity. Corresponds to the JSON property `originalObject` @return [Google::Apis::DriveactivityV2::TargetReference]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 355
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 360
def update!(**args)
  @original_object = args[:original_object] if args.key?(:original_object)
end