custom = $custom; } /** * @return ObjectCustomContextPayload[] */ public function getCustom() { return $this->custom; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageObjectContexts::class, 'Google_Service_Storage_StorageObjectContexts');