Google_StorageObjectOwner
The Google Pagespeed Insights Google StorageObjectOwner class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_StorageService.php
- class Google_StorageObjectOwner extends Google_Model {
- public $entityId;
- public $entity;
- public function setEntityId($entityId) {
- $this->entityId = $entityId;
- }
- public function getEntityId() {
- return $this->entityId;
- }
- public function setEntity($entity) {
- $this->entity = $entity;
- }
- public function getEntity() {
- return $this->entity;
- }
- }