Google_ShoppingModelProductJsonV1Attributes
The Google Pagespeed Insights Google ShoppingModelProductJsonV1Attributes class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelProductJsonV1Attributes extends Google_Model {
- public $type;
- public $value;
- public $displayName;
- public $name;
- public $unit;
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setValue($value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- public function setDisplayName($displayName) {
- $this->displayName = $displayName;
- }
- public function getDisplayName() {
- return $this->displayName;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setUnit($unit) {
- $this->unit = $unit;
- }
- public function getUnit() {
- return $this->unit;
- }
- }