class Google::Apis::DriveactivityV2::Folder

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

Attributes

type[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/driveactivity_v2/classes.rb, line 806
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 811
def update!(**args)
  @type = args[:type] if args.key?(:type)
end