Google_StringCount
The WordPress Core Google StringCount class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_UrlshortenerService.php
- class Google_StringCount extends Google_Model {
- public $count;
- public $id;
- public function setCount( $count) {
- $this->count = $count;
- }
- public function getCount() {
- return $this->count;
- }
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- }