buckets = $buckets;
}
/**
* @return GooglePrivacyDlpV2Bucket[]
*/
public function getBuckets()
{
return $this->buckets;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2BucketingConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig');