File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments