Home
last modified time | relevance | path

Searched refs:dataCount (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DLayersummary.php46 public $dataCount; variable in Google\\Service\\Books\\Layersummary
149 public function setDataCount($dataCount) argument
151 $this->dataCount = $dataCount;
158 return $this->dataCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2323 public $dataCount; variable in Google_Layersummary
2362 public function setDataCount( $dataCount) { argument
2363 $this->dataCount = $dataCount;
2366 return $this->dataCount;