Google_OrkutActivitypersonResourceImage
The Google Books Importer Google OrkutActivitypersonResourceImage class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_OrkutService.php
- class Google_OrkutActivitypersonResourceImage extends Google_Model {
- public $url;
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- }