Class: Google::Apis::DriveactivityV2::Anyone
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Anyone
- 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
Represents any user (including a logged out user).
Instance Method Summary collapse
-
#initialize(**args) ⇒ Anyone
constructor
A new instance of Anyone.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Anyone
Returns a new instance of Anyone.
231 232 233 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 231 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
236 237 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 236 def update!(**args) end |