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