Class: Google::Apis::DriveactivityV2::Anyone
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Anyone
- 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
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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Anyone
Returns a new instance of Anyone
223 224 225 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 223 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
228 229 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 228 def update!(**args) end |