class Google::Apis::DriveactivityV2::Impersonation
Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available.
Attributes
impersonated_user[RW]
Information about an end user. Corresponds to the JSON property `impersonatedUser` @return [Google::Apis::DriveactivityV2::User]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 851 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 856 def update!(**args) @impersonated_user = args[:impersonated_user] if args.key?(:impersonated_user) end