/var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo/RepresentativeInfoData.php (1868B)
divisions = $divisions;
}
/**
* @return GeographicDivision[]
*/
public function getDivisions()
{
return $this->divisions;
}
/**
* @param Office[]
*/
public function setOffices($offices)
{
$this->offices = $offices;
}
/**
* @return Office[]
*/
public function getOffices()
{
return $this->offices;
}
/**
* @param Official[]
*/
public function setOfficials($officials)
{
$this->officials = $officials;
}
/**
* @return Official[]
*/
public function getOfficials()
{
return $this->officials;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RepresentativeInfoData::class, 'Google_Service_CivicInfo_RepresentativeInfoData');