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