rowLevelSecurityApplied = $rowLevelSecurityApplied;
}
/**
* @return bool
*/
public function getRowLevelSecurityApplied()
{
return $this->rowLevelSecurityApplied;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RowLevelSecurityStatistics::class, 'Google_Service_Bigquery_RowLevelSecurityStatistics');