supportsIn = $supportsIn; } /** * @return bool */ public function getSupportsIn() { return $this->supportsIn; } /** * @param bool */ public function setSupportsUnder($supportsUnder) { $this->supportsUnder = $supportsUnder; } /** * @return bool */ public function getSupportsUnder() { return $this->supportsUnder; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssetV1ListConstraint::class, 'Google_Service_CloudAsset_GoogleCloudAssetV1ListConstraint');