occurrencesChanged = $occurrencesChanged;
}
/**
* @return int
*/
public function getOccurrencesChanged()
{
return $this->occurrencesChanged;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ReplaceAllTextResponse::class, 'Google_Service_Docs_ReplaceAllTextResponse');