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