Class: Google::Apis::DriveactivityV2::AnonymousUser
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::AnonymousUser
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/driveactivity_v2/classes.rb,
lib/google/apis/driveactivity_v2/representations.rb,
lib/google/apis/driveactivity_v2/representations.rb
Overview
Empty message representing an anonymous user or indicating the authenticated user should be anonymized.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnonymousUser
constructor
A new instance of AnonymousUser.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnonymousUser
Returns a new instance of AnonymousUser.
218 219 220 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 218 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
223 224 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 223 def update!(**args) end |