Class: Google::Apis::DriveactivityV2::AnonymousUser
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::AnonymousUser
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/driveactivity_v2/classes.rb,
generated/google/apis/driveactivity_v2/representations.rb,
generated/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.
210 211 212 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 210 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
215 216 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 215 def update!(**args) end |