Google_PropertyReference
The Google Books Importer Google PropertyReference class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_DatastoreService.php
- class Google_PropertyReference extends Google_Model {
- public $name;
- public function setName( $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- }