Function get_object_by_id

Source
pub async fn get_object_by_id(
    configuration: &Configuration,
    object_id: &str,
) -> Result<GetObjectById200Response, Error<GetObjectByIdError>>