There was an error while loading. Please reload this page.
1 parent d1b30a8 commit 961ac9fCopy full SHA for 961ac9f
src/Google/Service/Storage.php
@@ -2850,6 +2850,7 @@ class Google_Service_Storage_StorageObject extends Google_Collection
2850
protected $ownerDataType = '';
2851
public $selfLink;
2852
public $size;
2853
+ public $storageClass;
2854
public $timeDeleted;
2855
public $updated;
2856
@@ -3063,6 +3064,16 @@ public function getSize()
3063
3064
return $this->size;
3065
}
3066
3067
+ public function setStorageClass($storageClass)
3068
+ {
3069
+ $this->storageClass = $storageClass;
3070
+ }
3071
+
3072
+ public function getStorageClass()
3073
3074
+ return $this->storageClass;
3075
3076
3077
public function setTimeDeleted($timeDeleted)
3078
{
3079
$this->timeDeleted = $timeDeleted;
0 commit comments