Class: Google::Apis::DriveactivityV2::Suggestion
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Suggestion
- 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
A suggestion.
Instance Attribute Summary collapse
-
#subtype ⇒ String
The sub-type of this event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Suggestion
constructor
A new instance of Suggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Suggestion
Returns a new instance of Suggestion
1162 1163 1164 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subtype ⇒ String
The sub-type of this event.
Corresponds to the JSON property subtype
1160 1161 1162 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1160 def subtype @subtype end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1167 1168 1169 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1167 def update!(**args) @subtype = args[:subtype] if args.key?(:subtype) end |