Home
last modified time | relevance | path

Searched refs:ocdId (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCivicInfo.php145 'path' => 'civicinfo/v2/representatives/{ocdId}',
148 'ocdId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DDivisionSearchResult.php34 public $ocdId; variable in Google\\Service\\CivicInfo\\DivisionSearchResult
67 public function setOcdId($ocdId) argument
69 $this->ocdId = $ocdId;
76 return $this->ocdId;
H A DPrecinct.php62 public $ocdId; variable in Google\\Service\\CivicInfo\\Precinct
209 public function setOcdId($ocdId) argument
211 $this->ocdId = $ocdId;
218 return $this->ocdId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/Resource/
H A DRepresentatives.php62 * @param string $ocdId The Open Civic Data division identifier of the division
78 public function representativeInfoByDivision($ocdId, $optParams = []) argument
80 $params = ['ocdId' => $ocdId];