Google_ShoppingModelProductJsonV1Variants
The Google Pagespeed Insights Google ShoppingModelProductJsonV1Variants class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelProductJsonV1Variants extends Google_Model {
- protected $__variantType = 'Google_ShoppingModelProductJsonV1';
- protected $__variantDataType = '';
- public $variant;
- public function setVariant(Google_ShoppingModelProductJsonV1 $variant) {
- $this->variant = $variant;
- }
- public function getVariant() {
- return $this->variant;
- }
- }