Class: Google::Apis::DriveactivityV2::Delete
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Delete
- 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 deleted.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of delete action taken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Delete
constructor
A new instance of Delete.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Delete
Returns a new instance of Delete
418 419 420 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 418 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of delete action taken.
Corresponds to the JSON property type
416 417 418 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 416 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
423 424 425 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 423 def update!(**args) @type = args[:type] if args.key?(:type) end |