Class: Google::Apis::DriveactivityV2::Delete

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#typeString

The type of delete action taken. Corresponds to the JSON property type

Returns:

  • (String)


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