Autogenerated update (2020-10-12)

Update:
- drive_v2
This commit is contained in:
Google APIs 2020-10-12 00:39:02 +00:00
parent 31cf66b714
commit 006d2c957b
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/drive/
module DriveV2
VERSION = 'V2'
REVISION = '20200813'
REVISION = '20201004'
# See, edit, create, and delete all of your Google Drive files
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'

View File

@ -3573,7 +3573,8 @@ module Google
attr_accessor :published
alias_method :published?, :published
# A link to the published revision.
# A link to the published revision. This is only populated for Google Sites
# files.
# Corresponds to the JSON property `publishedLink`
# @return [String]
attr_accessor :published_link