Api\StructType\ApiHouseProfileData::getResidents_count PHP 메소드

getResidents_count() 공개 메소드

Get residents_count value
public getResidents_count ( ) : integer | null
리턴 integer | null
    public function getResidents_count()
    {
        return $this->residents_count;
    }
ApiHouseProfileData