footerId = $footerId;
}
/**
* @return string
*/
public function getFooterId()
{
return $this->footerId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeleteFooterRequest::class, 'Google_Service_Docs_DeleteFooterRequest');