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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/driveactivity_v2/classes.rb,
lib/google/apis/driveactivity_v2/representations.rb,
lib/google/apis/driveactivity_v2/representations.rb

Overview

A suggestion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Suggestion

Returns a new instance of Suggestion.



1547
1548
1549
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1547

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

Instance Attribute Details

#subtypeString

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

Returns:

  • (String)


1545
1546
1547
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1545

def subtype
  @subtype
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1552
1553
1554
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1552

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