Home
last modified time | relevance | path

Searched refs:imgColorType (Results 1 – 5 of 5) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php81 public $imgColorType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
366 public function setImgColorType($imgColorType) argument
368 $this->imgColorType = $imgColorType;
375 return $this->imgColorType;
H A DSearchQueriesPreviousPage.php81 public $imgColorType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
366 public function setImgColorType($imgColorType) argument
368 $this->imgColorType = $imgColorType;
375 return $this->imgColorType;
H A DSearchQueriesRequest.php81 public $imgColorType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
366 public function setImgColorType($imgColorType) argument
368 $this->imgColorType = $imgColorType;
375 return $this->imgColorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php120 'imgColorType' => [
259 'imgColorType' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php271 public $imgColorType; variable in Google_Query
383 public function setImgColorType( $imgColorType) { argument
384 $this->imgColorType = $imgColorType;
387 return $this->imgColorType;