/var/www/flurhymez/vendor/google/apiclient-services/src/PolicyTroubleshooter
NameSizeModeActions
Resource/-0755rm
GoogleCloudPolicytroubleshooterV1AccessTuple.php18200644editdlrm
GoogleCloudPolicytroubleshooterV1BindingExplanation.php32540644editdlrm
GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.php15800644editdlrm
GoogleCloudPolicytroubleshooterV1ExplainedPolicy.php27130644editdlrm
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyRequest.php14830644editdlrm
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php18140644editdlrm
GoogleIamV1AuditConfig.php16140644editdlrm
GoogleIamV1AuditLogConfig.php15260644editdlrm
GoogleIamV1Binding.php17590644editdlrm
GoogleIamV1Policy.php21210644editdlrm
GoogleTypeExpr.php19290644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/PolicyTroubleshooter/GoogleIamV1Binding.php (1759B)
condition = $condition; } /** * @return GoogleTypeExpr */ public function getCondition() { return $this->condition; } /** * @param string[] */ public function setMembers($members) { $this->members = $members; } /** * @return string[] */ public function getMembers() { return $this->members; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIamV1Binding::class, 'Google_Service_PolicyTroubleshooter_GoogleIamV1Binding');