parent
31cf66b714
commit
006d2c957b
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue