Class: Google::Apis::DriveactivityV2::Restore
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Restore
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/driveactivity_v2/classes.rb,
lib/google/apis/driveactivity_v2/representations.rb,
lib/google/apis/driveactivity_v2/representations.rb
Overview
A deleted object was restored.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of restore action taken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Restore
constructor
A new instance of Restore.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Restore
Returns a new instance of Restore.
1424 1425 1426 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1424 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of restore action taken.
Corresponds to the JSON property type
1422 1423 1424 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1422 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1429 1430 1431 |
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1429 def update!(**args) @type = args[:type] if args.key?(:type) end |