/var/www/flurhymez/vendor/google/apiclient-services/src/Iam
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Iam/PatchServiceAccountRequest.php (1524B)
serviceAccount = $serviceAccount;
}
/**
* @return ServiceAccount
*/
public function getServiceAccount()
{
return $this->serviceAccount;
}
/**
* @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(PatchServiceAccountRequest::class, 'Google_Service_Iam_PatchServiceAccountRequest');