condition = $condition;
}
/**
* @return Google_Service_Sheets_BooleanCondition
*/
public function getCondition()
{
return $this->condition;
}
/**
* @param Google_Service_Sheets_CellFormat
*/
public function setFormat(Google_Service_Sheets_CellFormat $format)
{
$this->format = $format;
}
/**
* @return Google_Service_Sheets_CellFormat
*/
public function getFormat()
{
return $this->format;
}
}