Class: Google::Apis::DriveactivityV2::SystemEvent
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::SystemEvent
- 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
-
#type ⇒ String
The type of the system event that may triggered activity.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SystemEvent
constructor
A new instance of SystemEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SystemEvent
Returns a new instance of SystemEvent
1181 1182 1183 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1181 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of the system event that may triggered activity.
Corresponds to the JSON property type
1179 1180 1181 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1179 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1186 1187 1188 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1186 def update!(**args) @type = args[:type] if args.key?(:type) end |