Class: Google::Apis::DriveactivityV2::Legacy
- Inherits:
-
Object
- Object
- Google::Apis::DriveactivityV2::Legacy
- 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 strategy which consolidates activities using the grouping rules from the legacy V1 Activity API. Similar actions occurring within a window of time can be grouped across multiple targets (such as moving a set of files at once) or multiple actors (such as several users editing the same item). Grouping rules for this strategy are specific to each type of action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Legacy
constructor
A new instance of Legacy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Legacy
Returns a new instance of Legacy
778 779 780 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 778 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
783 784 |
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 783 def update!(**args) end |