class Google::Apis::DriveactivityV2::SystemEvent

Event triggered by system operations instead of end users.

Attributes

type[RW]

The type of the system event that may triggered activity. Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 1301
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/driveactivity_v2/classes.rb, line 1306
def update!(**args)
  @type = args[:type] if args.key?(:type)
end