class Google::Apis::DriveactivityV2::TeamDrive
This item is deprecated; please see `Drive` instead.
Attributes
name[RW]
This field is deprecated; please see `Drive.name` instead. Corresponds to the JSON property `name` @return [String]
root[RW]
A Drive
item, such as a file or folder. Corresponds to the JSON property `root` @return [Google::Apis::DriveactivityV2::DriveItem]
title[RW]
This field is deprecated; please see `Drive.title` instead. Corresponds to the JSON property `title` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 1398 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 1403 def update!(**args) @name = args[:name] if args.key?(:name) @root = args[:root] if args.key?(:root) @title = args[:title] if args.key?(:title) end