Google_ActivityObjectAttachmentsThumbnailsImage
The Google Books Importer Google ActivityObjectAttachmentsThumbnailsImage class.
Defined (2)
The class is defined in the following location(s).
- /src/contrib/Google_PlusService.php
- class Google_ActivityObjectAttachmentsThumbnailsImage extends Google_Model {
- public $height;
- public $type;
- public $url;
- public $width;
- public function setHeight( $height) {
- $this->height = $height;
- }
- public function getHeight() {
- return $this->height;
- }
- public function setType( $type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- public function setWidth( $width) {
- $this->width = $width;
- }
- public function getWidth() {
- return $this->width;
- }
- }
- /src/contrib/Google_PlusDomainsService.php
- class Google_ActivityObjectAttachmentsThumbnailsImage extends Google_Model {
- public $height;
- public $type;
- public $url;
- public $width;
- public function setHeight( $height) {
- $this->height = $height;
- }
- public function getHeight() {
- return $this->height;
- }
- public function setType( $type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- public function setWidth( $width) {
- $this->width = $width;
- }
- public function getWidth() {
- return $this->width;
- }
- }