Skip to content

Commit 961ac9f

Browse files
committed
Updated Storage.php
1 parent d1b30a8 commit 961ac9f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Google/Service/Storage.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,6 +2850,7 @@ class Google_Service_Storage_StorageObject extends Google_Collection
28502850
protected $ownerDataType = '';
28512851
public $selfLink;
28522852
public $size;
2853+
public $storageClass;
28532854
public $timeDeleted;
28542855
public $updated;
28552856

@@ -3063,6 +3064,16 @@ public function getSize()
30633064
return $this->size;
30643065
}
30653066

3067+
public function setStorageClass($storageClass)
3068+
{
3069+
$this->storageClass = $storageClass;
3070+
}
3071+
3072+
public function getStorageClass()
3073+
{
3074+
return $this->storageClass;
3075+
}
3076+
30663077
public function setTimeDeleted($timeDeleted)
30673078
{
30683079
$this->timeDeleted = $timeDeleted;

0 commit comments

Comments
 (0)