Skip to content

Commit 1382c80

Browse files
committed
Updated Books.php
1 parent 0d0040e commit 1382c80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Google/Service/Books.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4938,6 +4938,7 @@ class Google_Service_Books_VolumeAccessInfo extends Google_Model
49384938
public $country;
49394939
protected $downloadAccessType = 'Google_Service_Books_DownloadAccessRestriction';
49404940
protected $downloadAccessDataType = '';
4941+
public $driveImportedContentLink;
49414942
public $embeddable;
49424943
protected $epubType = 'Google_Service_Books_VolumeAccessInfoEpub';
49434944
protected $epubDataType = '';
@@ -4981,6 +4982,16 @@ public function getDownloadAccess()
49814982
return $this->downloadAccess;
49824983
}
49834984

4985+
public function setDriveImportedContentLink($driveImportedContentLink)
4986+
{
4987+
$this->driveImportedContentLink = $driveImportedContentLink;
4988+
}
4989+
4990+
public function getDriveImportedContentLink()
4991+
{
4992+
return $this->driveImportedContentLink;
4993+
}
4994+
49844995
public function setEmbeddable($embeddable)
49854996
{
49864997
$this->embeddable = $embeddable;

0 commit comments

Comments
 (0)