pub async fn create_deployment_request_comment(
configuration: &Configuration,
workspace: &str,
id: i64,
create_deployment_request_comment_request: CreateDeploymentRequestCommentRequest,
) -> Result<DeploymentRequestComment, Error<CreateDeploymentRequestCommentError>>