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.
Constructor Details
#initialize(**args) ⇒ Delete
Returns a new instance of Delete.
424 425 426 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 424 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of delete action taken.
Corresponds to the JSON property type
422 423 424 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 422 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
429 430 431 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 429 def update!(**args) @type = args[:type] if args.key?(:type) end |