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