class Google::Apis::DriveactivityV2::TeamDriveReference

This item is deprecated; please see `DriveReference` instead.

Attributes

name[RW]

This field is deprecated; please see `DriveReference.name` instead. Corresponds to the JSON property `name` @return [String]

title[RW]

This field is deprecated; please see `DriveReference.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 1424
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 1429
def update!(**args)
  @name = args[:name] if args.key?(:name)
  @title = args[:title] if args.key?(:title)
end