@project_id.setter
    def project_id(self, value):
        if value is not None:
            value = int(value)