Google_ShoppingModelProductJsonV1Author
The Google Pagespeed Insights Google ShoppingModelProductJsonV1Author class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelProductJsonV1Author extends Google_Model {
- public $name;
- public $accountId;
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setAccountId($accountId) {
- $this->accountId = $accountId;
- }
- public function getAccountId() {
- return $this->accountId;
- }
- }