pub async fn get_project_email(
configuration: &Configuration,
project_id: i64,
) -> Result<ProjectEmailAddress, Error<GetProjectEmailError>>
Expand description
Returns the project’s sender email address. Permissions required: Browse projects project permission for the project.