Class: Google::Apis::DriveactivityV2::Upload
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Upload
- 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
An object was uploaded into Drive.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Upload
constructor
A new instance of Upload.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Upload
Returns a new instance of Upload
1347 1348 1349 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1347 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1352 1353 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1352 def update!(**args) end |