class Google::Apis::DriveV3::RevisionList

A list of revisions of a file.

Attributes

kind[RW]

This is always drive#revisionList. Corresponds to the JSON property `kind` @return [String]

revisions[RW]

The full list of revisions. Corresponds to the JSON property `revisions` @return [Array<Google::Apis::DriveV3::Revision>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/drive_v3/classes.rb, line 1460
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/drive_v3/classes.rb, line 1465
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @revisions = args[:revisions] if args.key?(:revisions)
end