Api\StructType\ApiHouseProfileData::setGas_system PHP Method

setGas_system() public method

Set gas_system value
public setGas_system ( Api\StructType\ApiGasSystem $gas_system = null ) : ApiHouseProfileData
$gas_system Api\StructType\ApiGasSystem
return ApiHouseProfileData
    public function setGas_system(\Api\StructType\ApiGasSystem $gas_system = null)
    {
        $this->gas_system = $gas_system;
        return $this;
    }
ApiHouseProfileData