Class: Google::Apis::DriveactivityV2::TeamDrive

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

This item is deprecated; please see Drive instead.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TeamDrive

Returns a new instance of TeamDrive.



1669
1670
1671
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1669

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

Instance Attribute Details

#nameString

This field is deprecated; please see Drive.name instead. Corresponds to the JSON property name

Returns:

  • (String)


1657
1658
1659
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1657

def name
  @name
end

#rootGoogle::Apis::DriveactivityV2::DriveItem

A Drive item, such as a file or folder. Corresponds to the JSON property root



1662
1663
1664
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1662

def root
  @root
end

#titleString

This field is deprecated; please see Drive.title instead. Corresponds to the JSON property title

Returns:

  • (String)


1667
1668
1669
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1667

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1674
1675
1676
1677
1678
# File 'lib/google/apis/driveactivity_v2/classes.rb', line 1674

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