Class: Google::Apis::DriveactivityV2::TeamDriveReference

Inherits:
Object
  • Object
show all
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

This item is deprecated; please see DriveReference instead.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TeamDriveReference

Returns a new instance of TeamDriveReference.



1432
1433
1434
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1432

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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


1425
1426
1427
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1425

def name
  @name
end

#titleString

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

Returns:

  • (String)


1430
1431
1432
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1430

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1437
1438
1439
1440
# File 'generated/google/apis/driveactivity_v2/classes.rb', line 1437

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