Class: Google::Apis::DriveactivityV2::SystemEvent

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

Event triggered by system operations instead of end users.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SystemEvent

Returns a new instance of SystemEvent.



1300
1301
1302
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1300

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

The type of the system event that may triggered activity. Corresponds to the JSON property type

Returns:

  • (String)


1298
1299
1300
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1298

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1305
1306
1307
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1305

def update!(**args)
  @type = args[:type] if args.key?(:type)
end