pub async fn get_project_statuses_for_project(
    configuration: &Configuration,
    project_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20015, Error<GetProjectStatusesForProjectError>>
Expand description

Returns the compact project status update records for all updates on the project.