class Google::Apis::DriveactivityV2::Suggestion
A suggestion.
Attributes
subtype[RW]
The sub-type of this event. Corresponds to the JSON property `subtype` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 1282 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 1287 def update!(**args) @subtype = args[:subtype] if args.key?(:subtype) end