Class: Google::Apis::DriveactivityV2::UnknownUser
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::UnknownUser
- 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
A user about whom nothing is currently known.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UnknownUser
constructor
A new instance of UnknownUser.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UnknownUser
Returns a new instance of UnknownUser
1334 1335 1336 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1334 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1339 1340 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1339 def update!(**args) end |