actionType = $actionType; } /** * @return string */ public function getActionType() { return $this->actionType; } /** * @param string */ public function setCondition($condition) { $this->condition = $condition; } /** * @return string */ public function getCondition() { return $this->condition; } /** * @param string[] */ public function setMethodTypes($methodTypes) { $this->methodTypes = $methodTypes; } /** * @return string[] */ public function getMethodTypes() { return $this->methodTypes; } /** * @param string[] */ public function setResourceTypes($resourceTypes) { $this->resourceTypes = $resourceTypes; } /** * @return string[] */ public function getResourceTypes() { return $this->resourceTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint::class, 'Google_Service_OrgPolicyAPI_GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint');