/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/IDS
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/IDS/SetIamPolicyRequest.php (1407B)
policy = $policy;
}
/**
* @return Policy
*/
public function getPolicy()
{
return $this->policy;
}
/**
* @param string
*/
public function setUpdateMask($updateMask)
{
$this->updateMask = $updateMask;
}
/**
* @return string
*/
public function getUpdateMask()
{
return $this->updateMask;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SetIamPolicyRequest::class, 'Google_Service_IDS_SetIamPolicyRequest');