Google_ShoppingModelProductJsonV1Internal4
The Google Pagespeed Insights Google ShoppingModelProductJsonV1Internal4 class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ShoppingService.php
- class Google_ShoppingModelProductJsonV1Internal4 extends Google_Model {
- public $node;
- public $confidence;
- public function setNode($node) {
- $this->node = $node;
- }
- public function getNode() {
- return $this->node;
- }
- public function setConfidence($confidence) {
- $this->confidence = $confidence;
- }
- public function getConfidence() {
- return $this->confidence;
- }
- }