Class: Google::Apis::DriveactivityV2::Suggestion

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

A suggestion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Suggestion

Returns a new instance of Suggestion.



1290
1291
1292
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1290

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

Instance Attribute Details

#subtypeString

The sub-type of this event. Corresponds to the JSON property subtype

Returns:

  • (String)


1288
1289
1290
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1288

def subtype
  @subtype
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1295
1296
1297
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1295

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