name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNs($ns) { $this->ns = $ns; } /** * @return string */ public function getNs() { return $this->ns; } /** * @param Role */ public function setRole(Role $role) { $this->role = $role; } /** * @return Role */ public function getRole() { return $this->role; } /** * @param Subject[] */ public function setSubjects($subjects) { $this->subjects = $subjects; } /** * @return Subject[] */ public function getSubjects() { return $this->subjects; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1Binding::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1Binding');